COLLECTION

Macro Perspective, Micro Improvement

  • Home
  • Mobile App
    • Overall
      • Architecture
      • UI/UX
      • Dev Environment
      • Hardware features
      • Security
      • Miscellaneous requirements
    • React Native
      • Micro Frontend in RN
    • Android
    • iOS
    • Cordova
  • Web App
  • Database
  • Server
  • Books & Magazine
  • Labs
    • Algorithm
    • APIs
    • Flir SDK
    • AI
    • Flutter

Overall

No Image

React Native – How to create a native module?

October 8, 2022 hung-nb 0

iOS Open iOS project in XCode Create MyNativeModule.h Create MyNativeModule.m Android Open Android project in Android Studio Create MyNativeModule.java having native Android moduleJava Kotlin Create […]

No Image

How to add React Native into existing native Android/iOS app (1)?

September 11, 2022 hung-nb 0

Follow this instruction integration-with-existing-apps You may need to install “react”: “x.x.x” by yourself. It is recommened to create an example React Native AwesomeProject for reference. […]

No Image

React Native – How to import font files?

July 9, 2022 hung-nb 0

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 < […]

No Image

React Native – UI/ UX (2)

July 4, 2022 hung-nb 0

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 […]

No Image

React Native – How to display local svg file?

June 12, 2022 hung-nb 0

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, […]

No Image

React Native – How to create a secure app?

April 15, 2022 hung-nb 0

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 […]

No Image

React Native – How to change Android application Id?

April 11, 2022 hung-nb 0

Definition APPLICATION_NAME – this will be used by react-native to identify your application. APPLICATION_DISPLAY_NAME – display name in Android Home Screen. ANDROID_PACKAGE_NAME – A valid android package name. […]

No Image

React Native – react-navigation (2)

March 18, 2022 hung-nb 0

How to reset navigation routes? What should be in data params when passing data? what-should-be-in-params What is the difference between push() and navigate()? How to […]

No Image

How to create a React Native app (3)? Setup packages

February 10, 2022 hung-nb 0

Setup package.json How to clean up everything and restart metro? How to restart metro? How to build bundle file for Android apk build? How to […]

No Image

React Native – How to use .env file?

February 2, 2022 hung-nb 0

Use react-native-dot-env Install package Edit .babelrc Create .env file Usage Use react-native-config Android How to use env file for strings.xml? iOS How to use env […]

Posts pagination

« 1 2 3 … 5 »

Categories

  • AI
  • Books & Magazine
  • Labs
  • Languages
    • English
    • Japanese
  • NodeJs
  • Overall
    • Architecture
    • Dev Environment
    • Miscellaneous requirements
    • Security
    • UI/UX
  • Software Development
    • Algorithm
    • Android
    • APIs
    • AWS
    • Cordova
    • Database
    • Flir SDK
    • Flutter
    • Google Cloud Services
    • iOS
    • Javascript
    • jQuery
    • Mobile App
      • Scenarios
    • MSQL
    • React JS
    • React Native
      • Micro Frontend in RN
    • Server
    • Testing
    • Tools
    • Web App
    • Xamarin
  • Uncategorized
December 2025
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« Oct    

Copyright © 2025 | WordPress Theme by MH Themes