RNNewArchitectureApp icon indicating copy to clipboard operation
RNNewArchitectureApp copied to clipboard

A collection of sample React Native Apps that will show you how to use the New Architecture (Fabric & TurboModules) step-by-step.

Results 4 RNNewArchitectureApp issues
Sort by recently updated
recently updated
newest added

I am trying to use `react-native's `new architecture and I have enabled `fabric` for the same. I am able to use a `view` created in `objective-c++` inside my `typescript` code....

CMake Error at lib/InternalBytecode/CMakeLists.txt:23 (include): include could not find load file: E:/workspace_rn/example/RNNewArchitectureApp-run-from-0.67-to-0.70/AwesomeApp/node_modules/react-native/ReactAndroid/hermes-engine/build/hermes/ImportHermesc.cmake How to solve this compilation problem?

hi, I followed the documentation for implementing c++ native module from the official react naive website and using this code as support. However, i keep getting NativeSampleModule.h file not found...

For example, in https://github.com/react-native-community/RNNewArchitectureApp/blob/run/pure-cxx-module/tm/NativeSampleModule.ts if `CustomType` has methods, how to declare them?