Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 559 Bytes

LIBRARIES.md

File metadata and controls

11 lines (7 loc) · 559 Bytes

Libraries used

React Native / Expo / React

Why: We use React Native to develop cross-platform application with Javascript. It's the core component. We use Expo because it is now the recommended way to kickstart a React Native application ( as create-react-native-app wash deprecated in favor of expo ). Where: It's the core component, so basically everywhere.

React-Navigation

Why: Recommended way to handle application navigation. It was actually coming with the recommended expo starter. Where: Mostly in ./navigation folder