To use this library with your Fabric application, you have to:
- Add latest react-native-screens
- on iOS
- Run the following command in the application’s root directory to install the required Ruby gems
rbenv exec bundle install. - Install pods using
RCT_NEW_ARCH_ENABLED=1 rbenv exec bundle exec 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.
- Run the following command in the application’s root directory to install the required Ruby gems
- 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=trueingradle.propertiesfile in your project.
- There are no additional steps required so long you app is configured to build with Fabric – this is typically configured by setting