News
React Native debugging experience improves with LogBox
React Native 0.62 RC1 was released this week and it introduces the new LogBox debugging experience we previewed back in issue #54! This post walks through what to expect from this greatly improved debugging experience.
Microsoft Edge mobile is using React Native
It's always great to see more and more well-built apps by big companies using React Native - and this one certainly is no different.
Sponsored Link
Tutorials
An efficient way to structure React Native projects
If you're just getting started on a new app or even if you don't particularly love how you've chosen to structure your current one - Helder has some really good tips to consider.
React Native — Monorepos & Code Sharing
Thibault walks through some tips and tricks on how to solve a traditionally tricky problem, setting up your React Native app as part of a monorepo.
Animating Your App’s Intro With React Native and Airbnb’s Lottie
A four-part series that will leave you with a great starting point for creating an animated app intro flow.
Open Source
react-native-cookies: Cookie Manager for React Native
react-native-actions-sheet: A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
rn-formly: Create beautiful React-Native forms within minutes with validator, error handling by passing just JSON
react-native-drax: A drag-and-drop system for React Native
react-native-scrub: A React Native number scrubber using React Native Gesture Handler
react-native-easy-permissions: This library is a React Native bridge around native library providing Dialog for permissions.
Videos
Bootstrapping a React Native Project in 2020
William shares some insight and helpful libraries to help you bootstrap your app quickly
Around the Web
Understanding Async Await
As with the last issue, I came across another very well done explanation of some core JS concepts that is worth sharing out. In here, Sarah uses some great animations to explain async/await.