All Projects → react-brasil → Reactconfbr App

react-brasil / Reactconfbr App

React Conf BR App built with create-react-native-app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactconfbr App

Ecoleta
Projecto construído durante o Next Level Week 1 - Ecoleta by @Rocketseat
Stars: ✭ 46 (-45.24%)
Mutual labels:  expo
React Native Meme Generator
Add text on popular memes, save to camera roll. built with Expo.
Stars: ✭ 63 (-25%)
Mutual labels:  expo
React Native Blockchain Poll
Source code of bringing-the-blockchain-to-react-native blog post.
Stars: ✭ 75 (-10.71%)
Mutual labels:  expo
Expo Sdk
This repo has been superseded by https://github.com/expo/expo/tree/master/packages/expo
Stars: ✭ 1,066 (+1169.05%)
Mutual labels:  expo
Redux Persist Expo Securestore
redux-persist storage for Expo's SecureStore
Stars: ✭ 61 (-27.38%)
Mutual labels:  expo
Lego Expo
Play with Lego bricks anywhere using Expo
Stars: ✭ 65 (-22.62%)
Mutual labels:  expo
React Native Meetio
A free UI Kit built-in react-native to speed up your workflow and get your app ready for market in no time...
Stars: ✭ 43 (-48.81%)
Mutual labels:  expo
Feature U
Feature Based Project Organization for React
Stars: ✭ 80 (-4.76%)
Mutual labels:  expo
E Commerce App React Native
E-commerce App UI. React native, Expo managed flow, React navigation v5, Notification.
Stars: ✭ 61 (-27.38%)
Mutual labels:  expo
Xde
The Expo Development Environment
Stars: ✭ 1,173 (+1296.43%)
Mutual labels:  expo
Stanforddaily
The Stanford Daily website frontend is proudly powered by Expo.
Stars: ✭ 53 (-36.9%)
Mutual labels:  expo
Expo Common Issues
Common issues while developing with Expo
Stars: ✭ 1,086 (+1192.86%)
Mutual labels:  expo
Expo Tinder
A Tinder Clone using Expo & React Native Elements
Stars: ✭ 67 (-20.24%)
Mutual labels:  expo
React Native Paypal
PayPal clone with React Native
Stars: ✭ 47 (-44.05%)
Mutual labels:  expo
Reactnativelaravellogin
Sample App for login using laravel 5.5 React Native and Redux
Stars: ✭ 75 (-10.71%)
Mutual labels:  expo
Xdl
The Expo Development Library
Stars: ✭ 45 (-46.43%)
Mutual labels:  expo
One Punch Fitness
A "One Punch Man"-inspired workout app!
Stars: ✭ 64 (-23.81%)
Mutual labels:  expo
React Native Bottomsheet Reanimated
React Native bottom sheet with fully native 60 FPS animations and awesome user experience
Stars: ✭ 80 (-4.76%)
Mutual labels:  expo
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-9.52%)
Mutual labels:  expo
Snake
🐍🎮 Snake game made with Expo & PIXI.js 👾 iOS, Android, and Web
Stars: ✭ 67 (-20.24%)
Mutual labels:  expo

React Native + React-Navigation + Relay Modern

This is a sample repository that shows how to integrate React Native with ReactNavigation and Relay Modern.

For the Relay-Classic Version see this branch

It is connecting to this boilerplate code graphql-dataloader-boilerplate

alt tag

Description

  • data/ contains schema(.json/.graphql) of your GraphQL server. It will be used by Relay to compile your graphql queries to code
  • yarn relay or yarn relay:watch are used to convert graphql literals into generated files. The second command watch changes when data/ files are udpated

.babelrc for Relay Modern

{
  "plugins": [
    ["relay", {"schema": "data/schema.json"}]
  ],
}

Relay Environment

The file src/createRelayEnvironment.js creates a Relay Environment and a Network instance that configures Relay with a function to fetch queries from the remote server

ReactNavigation + Relay Modern

  1. You should use a Relay Container such as FragmentContainer, PaginationContainer or others in any component that will be pushed into a StackNavigation
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].