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', }); ```