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

withPickerValues stopped working on IOS #51

Open
pzupan opened this issue Jan 11, 2019 · 0 comments
Open

withPickerValues stopped working on IOS #51

pzupan opened this issue Jan 11, 2019 · 0 comments

Comments

@pzupan
Copy link
Contributor

pzupan commented Jan 11, 2019

The picker no longer opens for me on IOS. It still works as expected on Android. I can see the KeyboardModal is called if it is IOS at line 47 of PickerModal.js when the Platform is IOS.

It appears that this issue is related to a wrapper I've placed around the App. In order to disable the Expo logger in terminal, I'm calling Logs.disableExpoCliLogging and then

const AppEntry = () => {
  const App = require('./App').default;
  return <App />;
};
registerRootComponent(AppEntry);

If I use the default entry node_modules/expo/AppEntry.js the picker modal works on IOS.

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

1 participant