How To Make Your React Native App More Performant ?
I have given a full talk on this topic incase you wanna check out
So before beginning with performance in react native, let's understand how react native is handling our UI and business logic so that we can understand the whole system better, now rea...
Multiple Drag and Sort List in Reanimated 2 - YouTube
Let's recreate the Apple Music multiple drag and sort in React Native!
Read the code: https://gist.github.com/eveningkid/00dc171095eb6d64f45afdbaa50a76c3
Re...
Use UserDefaults (iOS) and SharedPreferences (AndroidOS) with React Native, this can help you to share credentials between apps or between app and extensions on iOS. - RocketChat/rn-user-defaults
Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire: - rgommezz/react-native-scroll-bottom-sheet
:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and head...