Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/software-mansion/react-native-screens
Native navigation primitives for your React Native app.
https://github.com/software-mansion/react-native-screens
react-native react-navigation typescript
Last synced: 27 days ago
JSON representation
Native navigation primitives for your React Native app.
- Host: GitHub
- URL: https://github.com/software-mansion/react-native-screens
- Owner: software-mansion
- License: mit
- Created: 2018-08-03T11:36:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:34:50.000Z (7 months ago)
- Last Synced: 2024-04-12T15:12:07.937Z (7 months ago)
- Topics: react-native, react-navigation, typescript
- Language: TypeScript
- Homepage:
- Size: 36.2 MB
- Stars: 2,807
- Watchers: 42
- Forks: 480
- Open Issues: 126
-
Metadata Files:
- Readme: README-Fabric.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-list - react-native-screens - mansion | 1972 | (TypeScript)
- awesome-react-native - react-native-screens - Native navigation primitives for your React Native app. ![](https://img.shields.io/github/stars/software-mansion/react-native-screens.svg?style=social&label=Star) (Components / Navigation)
README
# React Native Screens - Fabric version
To use this library with your Fabric application, you have to:
1. Add latest react-native-screens
2. on iOS
- Install pods using `RCT_NEW_ARCH_ENABLED=1 pod install` – this is the same command you run to prepare a Fabric build but you also need to run it after a new native library gets added.
3. on Android
- There are no additional steps required so long you app is configured to build with Fabric – this is typically configured by setting `newArchEnabled=true` in `gradle.properties` file in your project.