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

use export default #107

Merged
merged 1 commit into from
Oct 16, 2017
Merged

use export default #107

merged 1 commit into from
Oct 16, 2017

Conversation

evollu
Copy link
Contributor

@evollu evollu commented Oct 11, 2017

module.exports doesn't work with typescript with import SplashScreen from 'react-native-splash-screen'
export default works and it also matches type definition

fixes #100

@crazycodeboy crazycodeboy merged commit 6937695 into crazycodeboy:master Oct 16, 2017
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

Successfully merging this pull request may close these issues.

undefined is not an object (evaluating '_reactNativeSplashScreen2.default.hide')
2 participants