-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cannot read property 'showFlow' of null #84
Comments
hi @coolheaded1 . let me check it on my side and get back to you |
hi @coolheaded1 . this happens because you are using the react-native plugin in place of react-native.
|
hi @AvoSukiasyan, I just tried this and got the same thing. import React, { useEffect } from "react"; import { MetaMapRNSdk } from "react-native-metamap-sdk"; export const FaceRecognition = () => { const handleMetaMapClickButton = () => { return ( What am I doing wrong? |
@josephKredi for expo you should use this implementation https://www.npmjs.com/package/react-native-expo-metamap-sdk |
cannot read property 'showFlow' of null import fetchUserFromStorage from '#/shared/fetchUserFromStorage' import {MetaMapRNSdk} from 'react-native-expo-metamap-sdk' const UserVerification = () => { useEffect(() => { // Add button to view graph export default UserVerification i have even downgraded but still same error |
I have the same issue as well for over 2 weeks and it's blocking my project. Basically it doesn't export the right files from the module. @AvoSukiasyan I am using expo and |
Hi @teampazi . Will look it today and get back to you as soon as posible |
Has anyone been able to find solution to this problem because I have not for some reason this package isn't still recognized by my project. I am still unable to import the package because it doesn't seem to be installed even though i did |
Any updates on this? I have the same problem @AvoSukiasyan |
After following the official documentation, I got Cannot read property 'showFlow' of null when I click the button.
my code:
import React, {Component, useEffect} from 'react';
import {
NativeModules,
NativeEventEmitter,
Button,
View
} from 'react-native';
import {
MetaMapRNSdk,
} from 'react-native-expo-metamap-sdk';
function App() {
}
export default App;
The text was updated successfully, but these errors were encountered: