Skip to content

Commit 37828d4

Browse files
authored
Fix jest configuration (#131)
* jest add mock and update async storage dependency * Add missing podfile.lock under version control * move setup file and improve configuration * using new version of dependencies and redux wrapper 1.2 for jest * adding npmignore file * fix wrong middleware configuration * use community masked views for rn navigation
1 parent c85cc07 commit 37828d4

File tree

8 files changed

+794
-230
lines changed

8 files changed

+794
-230
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
templates/node_modules
3+
templates/ios/Pods
4+
documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",

template/__tests__/App-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @format
33
*/
4-
54
import 'react-native'
65
import React from 'react'
76
import App from '../src/App'

0 commit comments

Comments
 (0)