// 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
:
[
]
}
.
.
.
view raw
App.js
hosted with ❤ by
GitHub