You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the new architecture's reactive native development method has clear advantages, it is also important to write meticulous documents to persuade established developers.
Actual Behavior
The NPM package installation script and code used in actual apps account for most of the documented content, so there is no real reference, and the corresponding existing development method is not convincing even though the risk of applying the new architecture is applied.
Steps to Reproduce the Problem
yarn add @dongminyu/react-native-step-counter
RCT_NEW_ARCH_ENABLED=1 \ cd ios && pod install
yarn run-*android/ios*
Specifications
first, you should check your react-native-step-counter version and write it down.
second, you should check your react-native version and write it down. you should use this command. npx react-native info
and then, it would be better if you paste the output of this command.
INFO OUTPUT
System:
OS: macOS 13.2.1CPU: (8) arm64 Apple M1 ProMemory: 2.67 GB / 32.00 GBShell: 5.8.1 - /bin/zshBinaries:
Node: 18.14.1 - ~/.nvm/versions/node/v18.14.1/bin/nodeYarn: 1.22.19 - ~/.nvm/versions/node/v18.14.1/bin/yarnnpm: 9.5.0 - ~/.nvm/versions/node/v18.14.1/bin/npmWatchman: 2023.03.13.00 - /opt/homebrew/bin/watchmanManagers:
Ruby: ruby 2.7.6p219 (2022-04-12) [arm64-darwin22]CocoaPods: Not FoundSDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1Android SDK:
Android NDK: 22.1.7171670IDEs:
Android Studio: Electric Eel 2022.1.1 Patch 1 Electric Eel 2022.1.1 Patch 1Xcode: 14.2/14C18 - /usr/bin/xcodebuildLanguages:
Java: 11.0.16 - /usr/bin/javacnpmPackages:
@react-native-community/cli: Not Foundreact: 18.2.0 => 18.2.0 react-native: 0.71.4 => 0.71.4 react-native-macos: Not FoundnpmGlobalPackages:
*react-native*: Not Found
The text was updated successfully, but these errors were encountered:
We have written a detailed document on importing turbo-module-built libraries into existing legacy reactive applications. The *.config.js configuration files that were all merged into package.json were separated into separate files.
#10
We have written a detailed document on
importing turbo-module-built libraries
into existing legacy reactive applications.
The *.config.js configuration files that
were all merged into package.json were
separated into separate files.
We need detailed documentation to persuade others. #10
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
yarn add @dongminyu/react-native-step-counter
RCT_NEW_ARCH_ENABLED=1 \ cd ios && pod install
yarn run-*android/ios*
Specifications
The text was updated successfully, but these errors were encountered: