We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c69f commit b30045bCopy full SHA for b30045b
template/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "boilerplate",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
template/src/Containers/ExampleContainer.js
@@ -32,9 +32,6 @@ const ExampleContainer = () => {
32
const onChangeTheme = ({ theme, darkMode }) => {
33
dispatch(changeTheme({ theme, darkMode }))
34
}
35
- const toto = id => {
36
- console.log(id)
37
- }
38
39
return (
40
<ScrollView
0 commit comments