@flexnative/screens
v0.1.1
Published
A collection of screen and layout components for React Native applications, part of the FlexNative ecosystem.
Maintainers
Readme
@flexnative/screens
A collection of screen and layout components for React Native applications, part of the FlexNative ecosystem.
Purpose
The @flexnative/screens package provides high-level structural components that serve as the foundation for your application's pages. It eliminates the boilerplate code required to set up:
- Theme Integration: Seamlessly applies background colors and styles from your FlexNative theme.
Installation
npm install @flexnative/screensor
yarn add @flexnative/screensPeer Dependencies
To ensure proper functionality, please make sure the following peer dependencies are installed in your project:
react >= 19.0.0react-native >= 0.80.0react-native-reanimated >= 3.12.0react-native-svg >= 15.3.0
Documentation
For full documentation and live examples, visit the FlexNative Documentation.
Issues
If you find any bugs or have feature requests, please create an issue on the GitHub repository.
License
MIT
