grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

Android Studio Build Error #757

Closed salisuabubakar closed 8 months ago

salisuabubakar commented 9 months ago

Hi, Am having some challenges building android using android studio. Am not sure if this is related to The Navigation Router. Below is the screenshot. Thanks

Untitled 2

grahammendick commented 9 months ago

It looks like you're on the latest Navigation router. That means you need to upgrade to React Native 0.73. React Native isn't backward compatible if you're on Fabric because the new architecture is still in the experimental stage.

I've updated the fabric sample to React Native 0.73.

grahammendick commented 8 months ago

Closing this in favour of #759