All Projects → agrcrobles → react-navigation-polyfill

agrcrobles / react-navigation-polyfill

Licence: MIT license
DEPRECATED: somes experiments usng react-navigation in web

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-navigation-polyfill

think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (+5.26%)
Mutual labels:  react-navigation
systemjs-tools
(dev)tools for working with SystemJS
Stars: ✭ 41 (+115.79%)
Mutual labels:  hot-reloading
react-navigation-example
React Navigation example without expo.
Stars: ✭ 16 (-15.79%)
Mutual labels:  react-navigation
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (+205.26%)
Mutual labels:  react-navigation
hot-reload
Hot reload development for Go
Stars: ✭ 72 (+278.95%)
Mutual labels:  hot-reloading
active reloader rb
Rails gem that reloads browser as soon as any file is changed
Stars: ✭ 11 (-42.11%)
Mutual labels:  hot-reloading
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+331.58%)
Mutual labels:  react-navigation
react-native-navigation-mobx-demo
React native Navigation with MobX demo. Blog post write up ->
Stars: ✭ 32 (+68.42%)
Mutual labels:  react-navigation
hbb-survey-app
Hatay Municipality Survey Application
Stars: ✭ 18 (-5.26%)
Mutual labels:  react-navigation
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (+10.53%)
Mutual labels:  react-navigation
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: ✭ 29 (+52.63%)
Mutual labels:  react-navigation
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (-21.05%)
Mutual labels:  react-navigation
delivery-app-mobile
🍕React Native food delivery app
Stars: ✭ 143 (+652.63%)
Mutual labels:  react-navigation
react-native-weather
This project is to explore React Navigation (Drawer, Tab, and Stack Navigators). And explore best practices around styling, design, and collaborating with designers for better UX for building great apps.
Stars: ✭ 51 (+168.42%)
Mutual labels:  react-navigation
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (+0%)
Mutual labels:  hot-reloading
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+57.89%)
Mutual labels:  react-navigation
AndroidToRN
原生android中嵌入React Native
Stars: ✭ 95 (+400%)
Mutual labels:  react-navigation
yunle-template-react-native
yunle-cli 前端开发模板- RN 专为react-native开发 IOS&Android APP
Stars: ✭ 14 (-26.32%)
Mutual labels:  react-navigation
pro-chat
Full featured chat app built with 💙 Expo & Firebase 🔥
Stars: ✭ 24 (+26.32%)
Mutual labels:  react-navigation
ClojureRNProject
Simple React Native application with ClojureScript, re-frame and react navigation v5
Stars: ✭ 32 (+68.42%)
Mutual labels:  react-navigation

Built in views in web

Demo on Heroku npm version

DEPRECATED: This module is deprecated. For a thorough discussion, please read the following blog post about navigating in all platforms with react-navigation.

Navigators views on web

Follow instructions below to make StackNavigator, TabNavigator and DrawerNavigator work on web or try starter below.

Starter

https://github.com/agrcrobles/react-native-web-boilerplate

Instructions

Install react-navigation

npm i --save react-navigation

Webpack configuration

  module: {
    rules: [
      {
        test: /\.js$/,
        include: [
          path.resolve(__dirname, '../node_modules/react-native-tab-view')
       ]
    }
  },
  resolve: {
    alias: {
      'react-navigation': 'react-navigation/lib/react-navigation.js'
    }
  }

About

This is meant somehow as a solution to follow discussions from react-navigation and react-native-tab-view.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].