How to update Activity code if I do not use ReactActivity Class? () #1253
Unanswered
RenderCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have read this document about
Updating MainActivity.java
part linkFor my project logic, I don't use ActivityClass that extends ReactActivity. I use
ReactInstanceManager.builder
to setup React Native project and start it. Here is example code:My question is that how should I setup the code, thanks !
Package versions
React Native 0.63.3
Beta Was this translation helpful? Give feedback.
All reactions