Tag – how-to
5 articles tagged with "how-to"
(See all tags)
(See all tags)
FFive ways to prompt your user for input in React Native
25/01/2019 — ☕☕ 12 Min Read — In React Native
TL;DR: Use a prompts screen in a modal navigator, wrapped in a promise that pops when resolved.
GGoogle Maps in React Native Part 1: Installation
10/03/2019 — ☕ 5 Min Read — In React Native
TL;DR: We'll install react-native-maps, and get an API key from Google.
GGoogle Maps in React Native Part 2: Basic Usage
20/03/2019 — ☕ 5 Min Read — In React Native
TL;DR: We'll create a simple map view and add some markers on it.
GGoogle Maps in React Native Part 3: Advanced Usage
25/05/2019 — ☕☕☕☕ 17 Min Read — In React Native
TL;DR: We'll have a look on animations, Polygons and custom Markers.
PProper React Navigation v5 with TypeScript
02/03/2021 — ☕☕☕ 13 Min Read — In React Native
TL;DR: Use a Routes file that will contain all the screen names and a ParamList interface to be used in the StackNavigationProp and RouteProp interfaces