React Native – How to import font files?
1. Download font files Source+Sans+Pro 2. Place your font files into your project 3. Create react-native.config.js 4. Link font files react-native >= 0.69 react-native < […]
1. Download font files Source+Sans+Pro 2. Place your font files into your project 3. Create react-native.config.js 4. Link font files react-native >= 0.69 react-native < […]
How to make image pressable? How to avoid keyboard pushing layout up on Android? Before After Hide Status Bar How to pass styled-component to component […]
There is no excerpt because this is a protected post.
Solution 1 Solution 2 Install dependencies Configure metro to transform svg file to jsx Create metro.config.js Usage Fill color for svg file (optional) Foe example, […]
There is no excerpt because this is a protected post.
Idea Create native Splash Screen to be an image with the same background color as the animation Hide native Splash Screen as soon as JavaScript […]
Basic steps Create native UI and register this into ReactPackage 1. Create a view 2. Create a view manager to use this view in React […]
There is no excerpt because this is a protected post.
useRef How to persist values between renders? Use useref How to store an array of elements using useRef? Problem: I could not simply assign my […]
How to store sensitive info? What is sensitive info? Token storage, secrets Certificates, tokens, passwords Can I save sensitive info in codes? Never store sensitive […]
Copyright © 2024 | WordPress Theme by MH Themes