React-native-navigation: Error when start startTabBasedApp ?

Created on 9 Jun 2018  路  3Comments  路  Source: wix/react-native-navigation

Issue Description

When i call startTabBasedApp on iOS, the error show JSON value '' of type NSNull cannot be converted to an image. Did you forget to call resolveAssetSource() on the JS side?.

The error only happens on ios.

Steps to Reproduce / Code Snippets / Screenshots

Just call startTabBasedApp() in app root, it works fine with startSingleScreenApp() with the same 'screen'.

image


Environment

  • React Native Navigation version: 1.1.464
  • React Native version: 0.55.3
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator-OS: 11.2-Debug
questiostack overflow

All 3 comments

Solved: My faults, i set the wrong icon's name for selectedIcon.

We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation tag.

I am also getting similar error. Any clue please

Was this page helpful?
0 / 5 - 0 ratings