No Image

React Native – UI/ UX (1)

August 27, 2020 hung-nb 0

How to create a React native theme? Create theme.js file Wrap theme content by styled-components Usage A global Toast with callback Button native-base How to […]

No Image

React Native Web – Installation

August 27, 2020 hung-nb 0

How to use react-native-web for existing ReactJs app (1)? You can install react-native-web for your existing npx create-react-app my-app Install babel-plugin-module-resolver plugin to resolve your project modules […]

No Image

TLS/SSL – Why is API call failed?

August 22, 2020 hung-nb 0

Error message: The SSL connection could not be established, CERTIFICATE_VERIFY_FAILED Check all latest vulnerability & misconfiguration SSL Labs by Qualys Certificate issuer, validity, algorithm used […]

No Image

React Native – How to setup push notification with Firebase (2)?

August 12, 2020 hung-nb 0

Install “react-native-firebase” Android Download “google-services.json” file from Firebase Android There is step of generating debug signing certificatehttps://round.fun/2020/05/07/android-development-setup/ Paste “google-services.json” to “android\app\” folder Edit “/android/build.gradle“ Edit […]