0

I have a huge android codebase for an app : It's basically a SDK where all the business logic is implemented. I have a basic native UI. I want a way to quickly iterate on the UI : that's why I thought about React-Native for Android.

Do you think the interop will be easy or is it difficult to integrate it with an existing codebase ? anybody has had an experience with that ?

1 Answer 1

2

The only way react-native UI can interact your SDK code is if you expose your SDK's API by building a NativeModule (https://facebook.github.io/react-native/docs/native-modules-android.html#content). Building NativeModules can be from anything very simple to large depending on your SDK.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.