react-native 0.69 support for new architecture
See original GitHub issuei try to upgrade my existing project with react-native-paper with react-native 0.69.0-rc.1. i got some errors for react-native-safe-area-context
and react-native-vector-icons
:
warn Package react-native-vector-icons has been ignored because it contains invalid configuration. Reason: "dependency.assets" is not allowed
error Unrecognized command "link".
info Run "react-native --help" to see a list of all available commands.
and
Native Component 'SafeAreaView' that calls codegenNativeComponent was not code generated at build time. Please check its definition.
here is my dependencies version:
"react-native": "0.69.0-rc.1",
"react-native-paper": "^4.12.1",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.13.1",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "^0.17.7",
is react-native-paper going to support react-native 0.69.0?
Issue Analytics
- State:
- Created a year ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Announcing React Native 0.69
We are delighted to share with you that React Native 0.69 is the first release to support React 18. React 18 has brought...
Read more >What's New in React Native 0.69 - Medium
React Native 0.69 is the first release to support React 18. React Native enhances performance, flexibility, and memory usage.
Read more >What's New in React Native 0.69 — How to Upgrade and Why ...
The new architecture describes a set of major, ongoing architectural changes in React Native that enhance performance, flexibility, memory usage ...
Read more >React Native 0.69 - What's new | PLG Works Blog
The developers at Meta have released v0.69 of React Native. We list down the important new things introduced with this update. Check it...
Read more >React Native 0.69 is Out! Check Out the Exciting Features
With this new version, developers can build apps for iOS/tvOS. · It offers better support to M1 users in Android app development. ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes you need to do it manually, check this thread
https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2985774
This blog is very much useful and worked for me to add Custom Fonts manually for both OS
Link : Custom Fonts Manual Linking