Hello there 👋 ! This is a simple React Native app using NativeBase TypeScript template for Expo.
- Feel free to clone the project :)
- Installing the packages for the project
yarn install
- Starting the development server
yarn start
👀: When you run
expo start
(oryarn start
), Expo CLI starts Metro Bundler, which is an HTTP server that compiles the JavaScript code of our app using Babel and serves it to the Expo app. It also pops up Expo Dev Tools, a graphical interface for Expo CLI. Moreover, please consider opening the project on your mobile device, simulator or emulator, see the Expo documentation to know how. Note this app is not available on web.
App is a pretext to present my xp & values ♡.
- Expo documentation - Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase.
- react-native - version 0.64.3 is used here.
- native-base - NativeBase is an accessible, utility-first component library that helps you build consistent UI across Android, iOS and Web.
- @react-navigation - routing and navigation for Expo and React Native apps
- lottie-react-native - displaying cute free animations
- react-native-swiper-flatlist - providing an easy Swiper FlatList component