How To Open a Great Pull Request
When opening a Pull Request (PR) your goal is to get your code merged into the main branch so that it can be released & a part of the code base. However, before your code can be merged it first must be reviewed.
When opening a Pull Request (PR) your goal is to get your code merged into the main branch so that it can be released & a part of the code base. However, before your code can be merged it first must be reviewed.
Create a cool slider with emojis in react native
Daily Discomfort is an app that allows users to swipe on different prompts that are designed to get them out of their comfort zones.
This tutorial goes over how to create a custom bottom bar with react navigation and a bottom sheet controlled action button
How to implement location search with auto complete location suggestions in Swift 5
This article shows you how you can remove sensitive data from your git history. Yes we can re-write history!