Draggable panels exist on most modern apps with a map component (think DoorDash, SpotAngels, Google Maps), but implementing such a panel with scrollable inner content isn't easy. Here is a way to implement that type of panel with seamless draggability and content scrolling in React Native
A guide to publishing NPM packages meant to be used in Expo and plain React Native apps, especially if your packages depend on Expo libraries
Save files to a device's internal storage so that it's publicly visible to other apps with one line of code
[]()The popular [react-native-google-places-autocomplete library](https://github.com/FaridSafi/react-native-google-places-autocomplete) asks you to paste your third-party API keys in frontend code, which is pretty insecure. But you _can_ stay secure without wasting a whole day on a custom workaround. Here's how.