BinaryLeo / react_native_stack_navigation

A react native application using stack navigation to explore several features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react_native_stack_navigation

A react native application using stack navigation to explore several features

License GitHub last commit GitHub top language

Features   |    Technologies and libs   |    Notes   |    License   |   

Pagination Camera Notifications Maps
pagination.mp4
camera.mp4
notification.mp4
maps.mp4

πŸ’‘ features

  • Maps
  • Camera
  • Notifications
  • Stack Navigation
  • Bottom Navigation
  • Drawer Navigation
  • Animations

πŸ’‘ technologies

  • Expo bare workflow
  • React Native
  • Typescript
# npx expo install @react-navigation/stack @react-navigation/native
# yarn add @react-navigation/stack @react-navigation/native

# npx expo install react-native-screens react-native-safe-area-context
# yarn add react-native-screens react-native-safe-area-context

# npx expo install react-native-gesture-handler
# yarn add react-native-gesture-handler

# npx expo install expo camera
# yarn add expo camera

# npx expo install @react-navigation/bottom-tabs
# yarn add @react-navigation/bottom-tabs

# npx expo install @expo/vector-icons
# yarn add @expo/vector-icons

# npx expo install @react-navigation/drawer
# yarn add @react-navigation/drawer

# npx expo install react-native-reanimated
# yarn add react-native-reanimated

# npx expo install react-native-maps
# yarn add react-native-maps

# npx expo install expo-device expo-notifications
# yarn add expo-device expo-notifications

πŸ’‘ Notes

If you're installing this in a bare React Native app, you should also follow these additional installation instructions. You must also add the Babel plugin to babel.config.js

module.exports = function(api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
    plugins: ['react-native-reanimated/plugin']
  };
};

πŸ“„ License

This project was built under MIT. See the file LICENSE for more details.


Built with πŸ’– love and burning my 🧠 brain - by Binary Leo πŸ‘‹πŸ»  Find me on linkedin!

About

A react native application using stack navigation to explore several features

License:MIT License


Languages

Language:TypeScript 35.7%Language:Java 29.7%Language:C++ 11.9%Language:Objective-C++ 11.2%Language:Starlark 3.3%Language:Ruby 2.8%Language:Makefile 2.6%Language:JavaScript 1.3%Language:Shell 0.8%Language:Objective-C 0.7%