-
Notifications
You must be signed in to change notification settings - Fork 6
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
Labels
bug
Something isn't working
Comments
Is there any idea of fixing this bug. |
Hey, as of right now android support is experimental, so it’s likely not to work as well as the iOS counterparts. However, it should still work. I’ll investigate this issue later today, the likely cause is a miss hap in declaring the name of the native module class. So it should be a quick fix.
… On 14 Apr 2020, at 08:03, Harshal sanghvi ***@***.***> wrote:
Is there any idea of fixing this bug.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABRHYDRSC7JX4GS5LLOUWZ3RMQDCXANCNFSM4MHAJ6LQ>.
|
Thanks for your quick response, waiting for the fix |
jesster2k10
pushed a commit
that referenced
this issue
Apr 14, 2020
jesster2k10
pushed a commit
that referenced
this issue
Apr 14, 2020
This issue has now been fixed in the latest yarn add react-native-giphy-ui@latest |
Thank you for your support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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); }, ); };
The text was updated successfully, but these errors were encountered: