RNNewArchitectureLibraries
RNNewArchitectureLibraries copied to clipboard
A collection of sample React Native Libraries that will show you how to use the New Architecture (Fabric & TurboModules) step-by-step.
reproduction: just cloned the repo and add it to a local react native app proejct to test if things are working. but in ios i'm gettin' ```RNCalculatorSpec.h file not found```...
Hi! The Swift example as it is does not support apps using `use_frameworks!` in their Podfile. When using frameworks, the [Swift import is different](https://developer.apple.com/documentation/swift/importing-swift-into-objective-c). Instead of: ```obj-c #import "ProductModuleName-Swift.h" ```...
## Summary: * Tried to create a module following the `feat/back-turbomodule-070` branch * My module was called `RNTfLitening` so I replaced all examples of `Calculator` with `TfLitening` * The RN...
https://github.com/react-native-community/RNNewArchitectureLibraries/tree/feat/swift-event-emitter When trying to implement the new event emitter pattern. Can we still rely on RCTEventEmitter on new arch or that is something that will be removed?