devendra-dangi
devendra-dangi
``` [!] Invalid `Podfile` file: [!] Invalid `RNReanimated.podspec` file: [Reanimated] Unsupported React Native version. Please use 78 or newer.. # from node_modules/react-native-reanimated/RNReanimated.podspec:6 # ------------------------------------------- # $config = find_config() > assert_minimal_react_native_version($config)...
@MatiPl01 but [here](https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/#supported-react-native-versions) it says we can use 3.18 version with 0.76.9 rn version
@MatiPl01 yes you're correct when i check i got this `def assert_minimal_react_native_version(config) # If you change the minimal React Native version remember to update Compatibility Table in docs minimalReactNativeVersion =...
@MatiPl01 Thanks a lot — the issue was solved by removing the ^ from the library version. Changed "react-native-reanimated": "^3.18.0" to "react-native-reanimated": "3.18.0".