-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chore: Ejecting from expo managed #134
Conversation
hey @chrysloi I faced this while running your pr |
this seems to be compatibility issues with you JDK version please share what you get when you run also share the output you get after running |
@Latiah you'll need to install JDK 17 that's the suggested one as in the last versions of JDK are not supported with some of the packages. Make sure you did set the ANDROID_HOME correctly as the react-native doctor isn't finding it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this warning.
More error details at the end down
If I dismiss it, the app runs well no problem
If you want to change the appearance of status bar, you have to change UIViewControllerBasedStatusBarAppearance key in the Info.plist to YES
+[RNSScreenWindowTraits assertViewControllerBasedStatusBarAppearenceSet]
RNSScreenWindowTraits.mm:18
-[RNSScreenView setStatusBarStyle:]
__49-[RCTComponentData createPropBlock:isShadowView:]_block_invoke_10
__49-[RCTComponentData createPropBlock:isShadowView:]_block_invoke_2.110
__49-[RCTComponentData propBlockForKey:isShadowView:]_block_invoke_2
RCTPerformBlockWithLogFunction
RCTPerformBlockWithLogPrefix
__49-[RCTComponentData propBlockForKey:isShadowView:]_block_invoke
__50-[RCTComponentData setProps:forView:isShadowView:]_block_invoke
NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK
-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]
-[RCTComponentData setProps:forView:isShadowView:]
-[RCTComponentData setProps:forView:]
__50-[RCTUIManager createView:viewName:rootTag:props:]_block_invoke.415
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.484
__RCTExecuteOnMainQueue_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
Thanks .After setting up everything correctly I was able to run the app everything is fine I encountered 0 errors |
3ce4512
to
710dc0b
Compare
@kibongos40 That's addressed, Please check again! |
710dc0b
to
863cd6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app is starting correctly on android. Nice work👍🏽
ok which is good |
863cd6b
to
9787eb5
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
9787eb5
to
67cdf52
Compare
addressing requested changes
67cdf52
to
ee3f18a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! issue was on my android studion sdk now resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Chore: Ejecting from expo managed
Description
This is to eject from expo managed to enable us to run the app with the webrtc feature.
Steps to test
Android
Otherwise find ways to configure JDK on the current os you're using.
ch-ejecting-expo-managed
IOS
ch-ejecting-expo-managed