NewAwesome is a React Native package designed to provide enhanced UI components and utilities for mobile app development. The current stable version is 2.2.2, though it has no README documentation. It relies on React 17.0.2+ and React Native 0.67.2+ as peer dependencies. Key differentiators include a focus on performance optimization and native-like interactions. The package targets developers building cross-platform mobile applications with React Native and requires manual linking for native modules.
npm install newawesomeVerified import paths — ran on the pinned version, not inferred.
Demonstrates importing the default export, a named component, and a hook from the package.
Upgrade React to >=17.0.2 and React Native to >=0.67.2.
Use default import for the main component and named imports for other utilities.
Change imports to 'import NewAwesome from 'newawesome''.
Run 'npm install newawesome' or 'yarn add newawesome'.
Use 'import { useAwesome } from 'newawesome/hooks''.Run 'cd ios && pod install' and rebuild.