@vigneshreddyj
MrBoom
Nothing here yet.
Nothing here yet.
Jan 31, 2023 · 1 min read · Installing admob and expo dev client for creating custom builds expo install expo-dev-client expo install react-native-google-mobile-ads Add the below at app.json at last before one "}" and change the ids "react-native-google-mobile-ads": { "andro...
Join discussionJan 30, 2023 · 2 min read · expo install react-native-fbsdk-next react-native-fbads npm install -g eas-cli npx expo install expo-dev-client In app.json add this "plugins": [ [ "react-native-fbsdk-next", { "appID": "48127127xxxxxxxx", ...
Join discussion
Jan 13, 2023 · 1 min read · npm install -g eas-cli Create an expo account and then eas login eas build:configure For Getting apk file eas build -p android --profile preview For aab extension file for playstore update eas build Now check in https://expo.dev/ for the builds ...
Eeta commented
Jan 13, 2023 · 1 min read · Install these npx expo install react-native-svg npm i --save @fortawesome/fontawesome-svg-core , --save @fortawesome/free-solid-svg-icons , --save @fortawesome/react-native-fontawesome Every where you want to use an icon first import import { FontA...
Join discussion