We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The app crash when sending eth or createing a nation.
Here is a debug log from alberto:
02-02 14:22:11.533 4390 6113 I ReactNativeJS: action %cNATION_CREATE %c@ 14:22:11.451 02-02 14:22:11.533 4390 6113 I ReactNativeJS: ‘%c prev state’, ‘color: #9E9E9E; font-weight: bold’, { profile: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: { user: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: { id: 1, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: name: ‘AlbertoDev’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: description: ‘’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: location: ‘America’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: latitude: ‘’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: longitude: ‘’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: image: ‘’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: version: ‘0’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: avatar: ‘’ }, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: editingUser: null }, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: nations: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: { nations: [], 02-02 14:22:11.533 4390 6113 I ReactNativeJS: myNations: [], 02-02 14:22:11.533 4390 6113 I ReactNativeJS: searchString: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: selectedTab: 0, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: openedNationId: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: nation: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: creatingNation: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: inProgress: false }, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: wallet: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: { wallets: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: [ { ethAddress: ‘0xC95D48D6625BB68bd01887bDf27818be7FAC788A’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: currency: ‘ETH’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: balance: ‘0’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: name: ‘Ethereum’ } ], 02-02 14:22:11.533 4390 6113 I ReactNativeJS: selectedWalletAddress: ‘0xC95D48D6625BB68bd01887bDf27818be7FAC788A’, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: moneySendingInProgress: false, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: moneySendingError: null }, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: key: 02-02 14:22:11.533 4390 6113 I ReactNativeJS: { walletCreatingInProgress: false, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: createdMnemonic: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: enteredMnemonic: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: mnemonicValid: null, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: mnemonicValidationInProgress: false }, 02-02 14:22:11.533 4390 6113 I ReactNativeJS: testingMode: { isActive: false, stepsLeftToToggle: 5 } } 02-02 14:22:11.603 4390 6113 I ReactNativeJS: ‘%c action ’, ‘color: #03A9F4; font-weight: bold’, { type: ‘NATION_CREATE’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: payload: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { nationName: ‘Test’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationDescription: ‘Testing’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: exists: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: virtualNation: true, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationCode: ‘No legal code’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationCodeLink: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: lawEnforcementMechanism: ‘No Law Enforcement’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: profit: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: decisionMakingProcess: ‘Holocracy’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: diplomaticRecognition: true, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: governanceService: ‘Legal Services’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nonCitizenUse: true }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: navigator: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { navigatorID: ‘navigatorID16_nav’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: screenInstanceID: ‘screenInstanceID17’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: navigatorEventID: ‘screenInstanceID17_events’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: navigatorEventHandler: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: navigatorEventHandlers: [], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: navigatorEventSubscription: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { subscriber: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { _subscriptionsForType: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { didUpdateDimensions: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { _subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: sharedSubscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: _currentSubscription: [Circular] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘didUpdateDimensions’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: networkStatusDidChange: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _subscriber: [Circular] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘networkStatusDidChange’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: hardwareBackPress: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { _subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: sharedSubscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: _currentSubscription: [Circular] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘hardwareBackPress’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: collectBugExtraData: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { _subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: sharedSubscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: _currentSubscription: [Circular] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘collectBugExtraData’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: screenInstanceID10_events: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { _subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: sharedSubscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: _currentSubscription: [Circular] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘screenInstanceID10_events’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: keyboardWillShow: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _subscriber: [Circular], dismiss: [Function] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘keyboardWillShow’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 0 }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: , 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _subscriber: [Circular], dismiss: [Function] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘keyboardWillShow’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 2 }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _subscriber: [Circular], dismiss: [Function] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘keyboardWillShow’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 3 }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _subscriber: [Circular], dismiss: [Function] }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: listener: [Function], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: context: undefined, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: eventType: ‘keyboardWillShow’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 4 }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { subscriber: [Circular], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: emitter: { _sub 02-02 14:22:11.603 4390 6113 I ReactNativeJS: ‘%c next state’, ‘color: #4CAF50; font-weight: bold’, { profile: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { user: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { id: 1, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: name: ‘AlbertoDev’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: description: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: location: ‘America’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: latitude: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: longitude: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: image: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: version: ‘0’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: avatar: ‘’ }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: editingUser: null }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nations: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { nations: [], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: myNations: [], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: searchString: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: selectedTab: 0, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: openedNationId: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nation: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: creatingNation: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { nationName: ‘Test’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationDescription: ‘Testing’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: exists: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: virtualNation: true, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationCode: ‘No legal code’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nationCodeLink: ‘’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: lawEnforcementMechanism: ‘No Law Enforcement’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: profit: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: decisionMakingProcess: ‘Holocracy’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: diplomaticRecognition: true, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: governanceService: ‘Legal Services’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: nonCitizenUse: true }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: inProgress: true }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: wallet: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { wallets: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: [ { ethAddress: ‘0xC95D48D6625BB68bd01887bDf27818be7FAC788A’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: currency: ‘ETH’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: balance: ‘0’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: name: ‘Ethereum’ } ], 02-02 14:22:11.603 4390 6113 I ReactNativeJS: selectedWalletAddress: ‘0xC95D48D6625BB68bd01887bDf27818be7FAC788A’, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: moneySendingInProgress: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: moneySendingError: null }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: key: 02-02 14:22:11.603 4390 6113 I ReactNativeJS: { walletCreatingInProgress: false, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: createdMnemonic: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: enteredMnemonic: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: mnemonicValid: null, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: mnemonicValidationInProgress: false }, 02-02 14:22:11.603 4390 6113 I ReactNativeJS: testingMode: { isActive: false, stepsLeftToToggle: 5 } } 02-02 14:22:11.613 4390 6113 I ReactNativeJS: —— log end —— 02-02 14:22:11.923 4390 6113 E ReactNativeJS: undefined is not a function (evaluating ‘babelHelpers.asyncToGenerator’) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules 02-02 14:22:11.983 4390 6114 E AndroidRuntime: Process: co.bitnation, PID: 4390 02-02 14:22:11.983 4390 6114 E AndroidRuntime: com.facebook.react.common.JavascriptException: undefined is not a function (evaluating ‘babelHelpers.asyncToGenerator’), stack: 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@389:363 02-02 14:22:11.983 4390 6114 E AndroidRuntime: n@743:347 02-02 14:22:11.983 4390 6114 E AndroidRuntime: i@743:421 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@742:7960 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@745:285 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@685:160 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:299 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@745:265 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@754:211 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:2003 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@685:160 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:408 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: cacheResult@737:2486 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@737:1355 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1867 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@741:688 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1867 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: s@683:307 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@565:1876 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@710:138 02-02 14:22:11.983 4390 6114 E AndroidRuntime: v@683:422 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@683:434 02-02 14:22:11.983 4390 6114 E AndroidRuntime: default@682:129 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@716:140 02-02 14:22:11.983 4390 6114 E AndroidRuntime: a@565:1847 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@765:886 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@767:779 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@685:160 02-02 14:22:11.983 4390 6114 E AndroidRuntime: i@743:403 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@765:1616 02-02 14:22:11.983 4390 6114 E AndroidRuntime: n@743:347 02-02 14:22:11.983 4390 6114 E AndroidRuntime: i@743:421 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@712:311 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@713:172 02-02 14:22:11.983 4390 6114 E AndroidRuntime: n@743:347 02-02 14:22:11.983 4390 6114 E AndroidRuntime: i@743:421 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@708:207 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@28:1750 02-02 14:22:11.983 4390 6114 E AndroidRuntime: b@28:606 02-02 14:22:11.983 4390 6114 E AndroidRuntime: w@28:970 02-02 14:22:11.983 4390 6114 E AndroidRuntime: callImmediates@28:3151 02-02 14:22:11.983 4390 6114 E AndroidRuntime: value@23:2778 02-02 14:22:11.983 4390 6114 E AndroidRuntime: <unknown>@23:1360 02-02 14:22:11.983 4390 6114 E AndroidRuntime: value@23:2606 02-02 14:22:11.983 4390 6114 E AndroidRuntime: value@23:1330 02-02 14:22:11.983 4390 6114 E AndroidRuntime: value@23:938 02-02 14:22:11.983 4390 6114 E AndroidRuntime: 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.modules.core.ExceptionsManagerModule.showOrThrowError(ExceptionsManagerModule.java:56) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.modules.core.ExceptionsManagerModule.reportFatalException(ExceptionsManagerModule.java:40) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:374) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:162) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:194) 02-02 14:22:11.983 4390 6114 E AndroidRuntime: at java.lang.Thread.run(Thread.java:818) 02-02 14:22:11.983 2558 2968 W ActivityManager: Force finishing activity co.bitnation/com.reactnativenavigation.controllers.NavigationActivity 02-02 14:22:11.993 2558 2968 D InputDispatcher: Focused application set to: xxxx 02-02 14:22:11.993 2558 2968 D InputDispatcher: Focus left window: 4390
The text was updated successfully, but these errors were encountered:
seland
No branches or pull requests
Feature / Issue
The app crash when sending eth or createing a nation.
Here is a debug log from alberto:
Acceptance criteria
The text was updated successfully, but these errors were encountered: