Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this plugin support RN 0.59.5 ? #392

Closed
imadarif opened this issue Sep 24, 2019 · 5 comments
Closed

is this plugin support RN 0.59.5 ? #392

imadarif opened this issue Sep 24, 2019 · 5 comments

Comments

@imadarif
Copy link

is this plugin support RN 0.59.5

@davidohayon669
Copy link
Owner

@imadarif not officially, but there shouldn't be problems that are unsolvable.
Mostly around linking of the native libraries

@imadarif
Copy link
Author

so how can i solve the android x issue after install this plugin i tried too much but unable to resolve.

@imadarif
Copy link
Author

i have fixed the android x issue, now app start and working now i get this error and app crashed

2019-09-30 11:46:43.003 8660-8660/com.application E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.application, PID: 8660
java.lang.IllegalArgumentException: No view found for id 0x815 (unknown) for fragment VideoFragment{c795185 #1 id=0x815}
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1297)
at android.app.FragmentManagerImpl.addAddedFragments(FragmentManager.java:2431)
at android.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2210)
at android.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2166)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:2067)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:742)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

@imadarif
Copy link
Author

react native 0.59.5

@imadarif
Copy link
Author

imadarif commented Oct 2, 2019

this problem was solve by using normal page instead of modal view. in my app.

it is not working on Modal View

@imadarif imadarif closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants