Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 8, 2020 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/e4c8bc07b3263959a8142bd9aea1f9ea to your computer and use it in GitHub Desktop.
Save marshallmurphy/e4c8bc07b3263959a8142bd9aea1f9ea to your computer and use it in GitHub Desktop.
// App.js
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { Provider } from 'react-redux';
import { createStore } from 'redux';
const initialState = {
settings: []
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment