-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Problem with inputs render #624
Comments
same problem here =/ |
Try to use this
|
Still the same problem, just changes that: "Class not found LinearLayout" :( |
Already try that: Class not found LinearLayout |
did i remake the installation, adding color.xml that i've forgot and putting android:windowIsTranslucent = true on styles.xml. Now all is fine. |
@phvasconcellos84, I'm also facing the same issue while using TextInput with navigation, as you have a workaround to this issue, I tried your approach to set android:windowIsTranslucent to true on styles.xml as, < item name="android:windowIsTranslucent" > true </ item> But this is still not working! So can you please provide the code changes here, so that we can make the same changes and try this? Or else paste all the splash screen-related changes such as changes in the Android manifest file, and styles.xml file. |
Has anyone found a solution? I've just hit the same error... My settings are the same as those of the post creator. |
it seems to crash on screens that use TextInput *see links below |
You're amazing! TYSM! It worked perfectly. But why were we using this line on |
In my case, it was due to the following line in
This line is mentioned in some old documentation and blogposts, but is not necessary (anymore). Just adding launch_screen.xml in the layout directory, works fine. |
I follow the steps on the github repo but the problem stills.
My problem occurs after installing and configuring React Native Splash Screen in my application. I followed all the steps correctly, and when I launch the app, the image I chose is displayed. However, when navigating between screens, if the screen contains an Input tag (I use the NativeBase library, but I also tried with the React component and encountered the same error), the app crashes and displays the following error message:
build.gradle file:
settings.gradle file:
MainActivity.java file:
launch_screen.xml file:
proyect structure:
"Can you see anything wrong? Any ideas or suggestions?
The text was updated successfully, but these errors were encountered: