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

TypeError: null is not a object (evaluting 'RNGiphyUI.configure') #1

Closed
harshal2030 opened this issue Apr 13, 2020 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@harshal2030
Copy link

Screenshot from 2020-04-13 20-24-29
import {GiphyUi} from 'react-native-giphy-ui' ; GiphyUi.configure('MY_API_KEY'); showGIF = () => { GiphyUi.present( { theme: 'dark', layout: 'carousel', showConfirmationScreen: false, mediaType: ['gifs'], }, selectedMedia => { console.log(selectedMedia); }, ); };

@jesster2k10 jesster2k10 added the bug Something isn't working label Apr 13, 2020
@harshal2030
Copy link
Author

Is there any idea of fixing this bug.

@jesster2k10
Copy link
Owner

jesster2k10 commented Apr 14, 2020 via email

@harshal2030
Copy link
Author

Thanks for your quick response, waiting for the fix

jesster2k10 pushed a commit that referenced this issue Apr 14, 2020
@jesster2k10
Copy link
Owner

This issue has now been fixed in the latest 0.20.0 release and android support has been completed. You can now update the package from yarn/npm like so:

yarn add react-native-giphy-ui@latest

@harshal2030
Copy link
Author

Thank you for your support
This is really a great repo. Wish more people would know about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants