-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:wyne/scorepad-react-native into nav…
…igation-tests
- Loading branch information
Showing
151 changed files
with
26,777 additions
and
13,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.19.0 | ||
18.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,39 @@ | ||
import React from 'react'; | ||
|
||
import analytics from '@react-native-firebase/analytics'; | ||
import { StatusBar } from 'expo-status-bar'; | ||
import { View } from 'react-native'; | ||
import { GestureHandlerRootView } from 'react-native-gesture-handler'; | ||
import { MenuProvider } from 'react-native-popup-menu'; | ||
import { Provider } from 'react-redux'; | ||
import { PersistGate } from 'redux-persist/integration/react'; | ||
import { store, persistor } from './redux/store'; | ||
import { StatusBar } from 'expo-status-bar'; | ||
|
||
import { persistor, store } from './redux/store'; | ||
import { AddendModalContextProvider } from './src/components/Sheets/AddendModalContext'; | ||
import { GameSheetContextProvider } from './src/components/Sheets/GameSheetContext'; | ||
import { Navigation } from './src/Navigation'; | ||
import { View } from 'react-native'; | ||
|
||
if (process.env.EXPO_PUBLIC_FIREBASE_ANALYTICS == "false") { | ||
analytics().setAnalyticsCollectionEnabled(false); | ||
} | ||
|
||
export default function App() { | ||
return ( | ||
<View style={{ flex: 1, backgroundColor: '#fff' }}> | ||
<Provider store={store}> | ||
<PersistGate loading={null} persistor={persistor}> | ||
<StatusBar /> | ||
<Navigation /> | ||
</PersistGate> | ||
</Provider> | ||
<GestureHandlerRootView style={{ flex: 1 }}> | ||
<Provider store={store}> | ||
<GameSheetContextProvider> | ||
<MenuProvider> | ||
<AddendModalContextProvider> | ||
<PersistGate loading={null} persistor={persistor}> | ||
<StatusBar /> | ||
<Navigation /> | ||
</PersistGate> | ||
</AddendModalContextProvider> | ||
</MenuProvider> | ||
</GameSheetContextProvider> | ||
</Provider> | ||
</GestureHandlerRootView> | ||
</View> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Store Assets | ||
|
||
## Test data | ||
|
||
Uncomment the `preloadedState` in `src/store.js` to load test data. | ||
|
||
## Devices | ||
|
||
| Dimensions | Device | | ||
| --- | --- | | ||
| 6.5" (required) | iPhone 14 Plus | | ||
| 5.5" (required) | iPhone 8 Plus | | ||
| 12.9" (required) | iPad Pro (6th gen) | | ||
|
||
## Generating Screenshots | ||
|
||
https://appscreens.com/ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-161 KB
...creen Shot - iPad Pro (12.9-inch) (5th generation) - 2021-07-25 at 02.40.00.png
Diff not rendered.
Binary file removed
BIN
-163 KB
...creen Shot - iPad Pro (12.9-inch) (5th generation) - 2021-07-25 at 02.40.04.png
Diff not rendered.
Binary file removed
BIN
-201 KB
...creen Shot - iPad Pro (12.9-inch) (5th generation) - 2021-07-25 at 02.40.38.png
Diff not rendered.
Binary file removed
BIN
-201 KB
...12promax/Simulator Screen Shot - iPhone 12 Pro Max - 2021-07-25 at 01.58.15.png
Diff not rendered.
Binary file removed
BIN
-145 KB
...12promax/Simulator Screen Shot - iPhone 12 Pro Max - 2021-07-25 at 01.59.32.png
Diff not rendered.
Binary file removed
BIN
-158 KB
...12promax/Simulator Screen Shot - iPhone 12 Pro Max - 2021-07-25 at 01.59.36.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file removed
BIN
-182 KB
.../iphone8plus/Simulator Screen Shot - iPhone 8 Plus - 2021-07-25 at 02.05.41.png
Diff not rendered.
Binary file removed
BIN
-144 KB
.../iphone8plus/Simulator Screen Shot - iPhone 8 Plus - 2021-07-25 at 02.05.56.png
Diff not rendered.
Binary file removed
BIN
-128 KB
.../iphone8plus/Simulator Screen Shot - iPhone 8 Plus - 2021-07-25 at 02.06.05.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.