React-native-reanimated: IOS build failed

Created on 12 Oct 2020  路  2Comments  路  Source: software-mansion/react-native-reanimated

Description

I added RNN to an existing project
Error when building the app

'RNReanimated/RETurboModuleProvider.h' file not found

Screenshots

Screenshot 2020-10-12 at 14 30 56

Steps To Reproduce

1.

Expected behavior

Actual behavior

Snack or minimal code example

Package versions

  • React: 16.13.1
  • React Native: 0.63.3
  • React Native Reanimated: 2.0.0-alpha.7
  • NodeJS: 12.16.3
馃彔 Reanimated2

Most helpful comment

@billel-boudchicha take a look at the 2.0.0-alpha.6 release notes -- these header files and methods have been renamed. For example, RNReanimated/RETurboModuleProvider has been renamed to RNReanimated/REATurboModuleProvider.

All 2 comments

@billel-boudchicha take a look at the 2.0.0-alpha.6 release notes -- these header files and methods have been renamed. For example, RNReanimated/RETurboModuleProvider has been renamed to RNReanimated/REATurboModuleProvider.

Was this page helpful?
0 / 5 - 0 ratings