Hi, we are building a multiplatform SDK with React-Native as our UI layer. I copied the React Native...
j
Hi, we are building a multiplatform SDK with React-Native as our UI layer. I copied the React Native project into my project root directory to keep it everything together. However, the navigation (Jumping to definitions) won't work inside my React Native bridge (kotlin code using my SDK jar) and it's becoming hard to develop the bridge using Android Studio. Any suggestions? Does it have to do with
settings.gradle
and my project structure?
👀 2
g
Yup, you should tell your
settings.gradle
to import the project inside the
react-native-mapbox-sdk/android
folder.
j
Thanks for your reply and pointing me towards the right direction 🙂 I will try that!