No Image

React – How to use Hook (1)?

September 20, 2020 hung-nb 0

Class vs Hooks componentDidMount componentDidUpdate componentWillUnmount What is life cycle of useEffect? What are differences between useEffect and useLayoutEffect? useEffect useEffect runs asynchronously and after a render is […]

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