Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to fix JSON value '' of type NSNull cannot be converted to NSString in iOS react-native-config and AsyncStorage?

$
0
0

I'm having problems with react native config and AsyncStorage, where null data from .env is not readable on iOS,

below is my code:

  _authAsync = async () => {
    const userToken = await syncStorageA.getItem(Config.ACCESS_TOKEN)
    this.props.navigation.navigate(userToken ? 'App' : 'Auth')
  }

Please help.

I'm having this problem only on the iOS platform on Android is working fine.


Viewing all articles
Browse latest Browse all 16750

Trending Articles