skip to Main Content

Check if one row of json data exist in React Native

I am creating a ticket scanner app with expo React Native. When I scan a qr code I have a var called ScannedCode. When I render the jsonData in the app the output is: {"txid":"ch_3LZwATA4WCavBwXA1iN5diTN"}{"txid":"ch_3LZwBNA4WCavBwXA0kPBItB3"}{"txid":"ch_3LZwEkA4WCavBwXA02WfrvTP"}{"txid":"ch_3LZwFMA4WCavBwXA0xaSxBTv"} I use an if statement…

VIEW QUESTION

Expo app crashes with react-native-google-mobile-ads [ios_appd_id key not found in react-native-google-mobile-ads key in app.json] – React native

I am experiencing this error with react-native-google-mobile-ads: https://github.com/invertase/react-native-google-mobile-ads/issues/194 My app is using an expo managed workflow with the EAS build system. My app builds for android but fails on iOS with the following error: ios_appd_id key not found in react-native-google-mobile-ads…

VIEW QUESTION
Back To Top
Search