You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR fixes backward compatibility with React Native versions older
than 0.71. The issue was caused by using prefabs in the screen
transition animation feature. I added a check that makes this feature
available since React Native 0.71
Tested against RN versions:
- [x] 0.68
- [x] 0.69
- [x] 0.70
- [x] 0.71
- [x] 0.73
Fixessoftware-mansion#2082
---------
Co-authored-by: tboba <[email protected]>
"[RNScreens] Unable to resolve react-native location in node_modules. You should project extension property (in `app/build.gradle`) `REACT_NATIVE_NODE_MODULES_DIR` with path to react-native."
0 commit comments