Postman – How to use?
How to add comments to Body json? You can’t. Instead, you can move the Body’s JSON into “Pre-request Script”
How to add comments to Body json? You can’t. Instead, you can move the Body’s JSON into “Pre-request Script”
How to configure iOS deployment? 1. Create a new Provisioning Profile 2. Create a certificate 3. Convert the certificate to .p12 file 4. Upload Provisioning […]
Install react-native-gesture-handler How to detect the swipe up, swipe down gestures? Option 1 Option 2
How to create an animated dropdown text? How to create an up/down animated header bar?
How to setup a new library repo? tsup create-react-native-library (old) How to use this library locally? Install local library into your React Native project Setup […]
How to add react-native-svg? Android Method 1 Method 2 (Not recommended) This is to show you how to manually copy a react native’s android part […]
Assuming you have a custom font icon themeA.ttf file react-native side Android side Copy themeA.ttf into app/src/main/assets/fonts/themeA.ttf iOS side
new-architecture-of-react-native They are both based on communication between JS & native side What are the limitations of old architecture? What is an example of an […]
How to create an Android library? 1. Create an empty example project 2. Add Android library into this project 3. Add library project into example […]
Create a pod library Generate a template Pod library project Create a dummy Pod class Push Pod library into remote repo Configure podspec file Create […]
Copyright © 2024 | WordPress Theme by MH Themes