{"library":"newawesome","title":"NewAwesome","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install newawesome"],"cli":null},"imports":["import NewAwesome from 'newawesome'","import { Button } from 'newawesome'","import { useAwesome } from 'newawesome/hooks'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import React from 'react';\nimport { View } from 'react-native';\nimport NewAwesome, { Button, useAwesome } from 'newawesome';\n\nconst App = () => {\n  const { value } = useAwesome();\n  return (\n    <View>\n      <Button title=\"Click Me\" onPress={() => console.log('pressed')} />\n    </View>\n  );\n};\n\nexport default App;","lang":"typescript","description":"Demonstrates importing the default export, a named component, and a hook from the package.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}