Cross-Platform native modules documentation for v0.79.0 creates an app using v0.76.0 of React Native which does not work #4577
Labels
👋 Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Description
In version
0.79.0
of Cross-Platform Native Modules (C++) the documentation tells you to create a React Native app running version0.76.0
However, this results in an app that fails to build (at least on iOS). In the iOS set up we have to create
NativeSampleModuleProvider
as belowNativeSampleModuleProvider.h
However,
RCTModuleProvider
does not exist inReactCommon/RCTTurboModule.h
in version0.76.0
of React Native and so the app fails to build.Documentation version
0.79.0
The text was updated successfully, but these errors were encountered: