react-native-invoke-app icon indicating copy to clipboard operation
react-native-invoke-app copied to clipboard

Crashing when invoking

Open IamNotHuman opened this issue 6 years ago • 0 comments

the app crashes when invocking appInvoked method, currently using react-native version 0.42 Error Cannot read property invokeApp of undifined

import invokeApp from 'react-native-invoke-app';

invokeApp({
      data: 'myroute',
    });

IamNotHuman avatar Feb 13 '19 19:02 IamNotHuman