To use this library with your Fabric application, you have to:
- Add
react-native-reanimated@next
- 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.
- Install pods using
- on Android
- There are no additional steps required so long as your app is configured to build with Fabric – this is typically configured by setting
newArchEnabled=true
ingradle.properties
file in your project.
- There are no additional steps required so long as your app is configured to build with Fabric – this is typically configured by setting