MLH-Fellowship / react-native-tutorial

6 stars 0 forks source link

Document Libraries & Packages used in UI #36

Open PragatiVerma18 opened 3 years ago

PragatiVerma18 commented 3 years ago

@react-native-async-storage/async-storage

Note: Async Storage can only store string data, so in order to store object data you need to serialize it first. For data that can be serialized to JSON, you can use JSON.stringify() when saving the data and JSON.parse() when loading the data.

@react-navigation

react-native-image-picker

Note: Requires WRITE_EXTERNAL_STORAGE permission on Android 28 and below

react-native-vector-icons


CC: @princiya, @temitopeakinsoto, @StuffByLiang

princiya commented 3 years ago

thank you @PragatiVerma18 this is neat.