Here is a list of Shortcuts that I use regularly in VS Code. Some maybe obvious and basic and some can be hidden gems In no particular order: Alt+Shift+F => Format current document (requires Prettier installed Ctrl+Shift+P => Command Pallet
Month: October 2024
Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules
React Native has made it incredibly easy to develop cross-platform apps that work on both mobile and web using frameworks like Expo. However, there are times when a native plugin (designed for iOS or Android) isn't compatible with the web platform. One common example is Google AdMob (react-native-google-mobile-ads), which can cause crashes when trying to … Continue reading Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules