skip to Main Content

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

Special case of useState, what is this? – React native

I'm doing react-native project with expo + supabase. From its QuickStart docs, (https://supabase.com/docs/guides/with-expo#launch) import 'react-native-url-polyfill/auto' import { useState, useEffect } from 'react' import { supabase } from './lib/supabase' import Auth from './components/Auth' import Account from './components/Account' import { View }…

VIEW QUESTION
Back To Top
Search