-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix select field in Android #44
base: pre-release-06-2021
Are you sure you want to change the base?
Conversation
Hi Ben, The behavior I was seeing hasn't changed with your update. When I attempt to create or edit content the app immediately throws a component exception and reloads:
I'm running this on an Android 11 simulator, I haven't tried a real device yet. This is my first time with Expo and Android, am I missing something obvious? Thanks! |
Steve, can you let me know a bit more about your environment? PC/Mac, what node version you have installed, what Expo CLI version you are running? |
Hi Ben, PC/Windows Thanks. |
@steve-taylor-wsu The solution to the Android issue was a bit quicker/easier than anticipated. Please have a look at the code I just pushed and give it a try to see if everything is working on your end now. |
Hi @bkoether It's getting further now for me which is good. However on the new code if I:
The app crashes for me, with an error like:
|
@steve-taylor-wsu this is fixed now. |
@bkoether Great thanks. Create Content -> Dictionary Word is exhibiting the same crashing behavior. |
@steve-taylor-wsu Fix pushed |
Hi Steve,
I tried out the app on my Android emulator as well as on a real device and the thing I noticed was that the select drop downs did not work correctly in Android. I also noticed two spots where we still used the old select component and updated it.
Other than that though, I was able to create and edit content.