question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react-native 0.69 support for new architecture

See original GitHub issue

i 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:closed
  • Created a year ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
raajnadarcommented, Jun 21, 2022
1reaction
yudizAnkitacommented, Jun 28, 2022

This blog is very much useful and worked for me to add Custom Fonts manually for both OS

Link : Custom Fonts Manual Linking

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found