Skip to content

Commit 44d82a2

Browse files
Prepare for publish (#20)
1 parent 5d6b187 commit 44d82a2

File tree

9 files changed

+33
-26
lines changed

9 files changed

+33
-26
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.circleci
2+
/.github
3+
/example

docs/JAVA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Examples:
281281

282282
---
283283

284-
### Linking
284+
### Example
285285

286286
You can find an example app [here](../example/java).
287287

docs/KOTLIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Examples:
267267

268268
---
269269

270-
### Linking
270+
### Example
271271

272272
You can find an example app [here](../example/java).
273273

docs/OBJECTIVE_C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Examples:
143143

144144
---
145145

146-
### Linking
146+
### Example
147147

148148
You can find an example app [here](../example/objc).
149149

docs/SWIFT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Examples:
157157

158158
---
159159

160-
### Linking
160+
### Example
161161

162162
You can find an example app [here](../example/swift).
163163

example/objc/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ PODS:
8181
- React-Core (= 0.60.5)
8282
- ReactNativeBrownfield (0.0.1):
8383
- React
84-
- RNGestureHandler (1.3.0):
84+
- RNGestureHandler (1.4.1):
8585
- React
8686
- yoga (0.60.5.React)
8787

@@ -185,7 +185,7 @@ SPEC CHECKSUMS:
185185
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
186186
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
187187
ReactNativeBrownfield: af3caba0d9116aaec5964348258636293fa94f7c
188-
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
188+
RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa
189189
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
190190

191191
PODFILE CHECKSUM: 541e978e6a4fefed1c7c2bea17db0e7f75ff0c68

example/swift/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ PODS:
8181
- React-Core (= 0.60.5)
8282
- ReactNativeBrownfield (0.0.1):
8383
- React
84-
- RNGestureHandler (1.3.0):
84+
- RNGestureHandler (1.4.1):
8585
- React
8686
- yoga (0.60.5.React)
8787

@@ -185,7 +185,7 @@ SPEC CHECKSUMS:
185185
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
186186
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
187187
ReactNativeBrownfield: af3caba0d9116aaec5964348258636293fa94f7c
188-
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
188+
RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa
189189
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
190190

191191
PODFILE CHECKSUM: 2d4f034f97abaddf7364b8232826fe464dfecc72

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"scripts": {
1313
"start": "react-native start --reset-cache",
1414
"flow": "flow",
15-
"lint": "eslint . --fix",
16-
"postinstall": "jetify"
15+
"lint": "eslint . --fix"
1716
},
1817
"keywords": [
1918
"react-native-brownfield",
@@ -33,11 +32,10 @@
3332
"babel-plugin-module-resolver": "3.1.3",
3433
"eslint": "6.0.1",
3534
"flow-bin": "0.98.0",
36-
"jetifier": "1.6.1",
3735
"metro-react-native-babel-preset": "0.54.1",
3836
"react": "16.8.6",
3937
"react-native": "0.60.5",
40-
"react-native-gesture-handler": "1.3.0",
38+
"react-native-gesture-handler": "1.4.1",
4139
"react-navigation": "3.11.0"
4240
}
4341
}

yarn.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,6 +2461,11 @@ growly@^1.3.0:
24612461
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
24622462
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
24632463

2464+
hammerjs@^2.0.8:
2465+
version "2.0.8"
2466+
resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"
2467+
integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=
2468+
24642469
has-flag@^3.0.0:
24652470
version "3.0.0"
24662471
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -2654,7 +2659,7 @@ inquirer@^6.2.2:
26542659
strip-ansi "^5.1.0"
26552660
through "^2.3.6"
26562661

2657-
invariant@^2.2.2, invariant@^2.2.4:
2662+
invariant@^2.2.4:
26582663
version "2.2.4"
26592664
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
26602665
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -2973,11 +2978,6 @@ jest-worker@^24.6.0:
29732978
merge-stream "^1.0.1"
29742979
supports-color "^6.1.0"
29752980

2976-
2977-
version "1.6.1"
2978-
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.1.tgz#4aa50dd35c5f6893c35c2278c53972852fd0e877"
2979-
integrity sha512-EF55MQWvFRaTA8LwHW15N4qnYm2a1Crg95YcVI7cTTzS9iNkBFgJ/f+o0OeJ62U1Laidrq/WG7HkYKoGwwPRRQ==
2980-
29812981
jetifier@^1.6.2:
29822982
version "1.6.4"
29832983
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.4.tgz#6159db8e275d97980d26162897a0648b6d4a3222"
@@ -3171,11 +3171,16 @@ [email protected]:
31713171
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
31723172
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
31733173

3174-
lodash@4.17.13, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
3174+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
31753175
version "4.17.13"
31763176
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
31773177
integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==
31783178

3179+
lodash@^4.17.14, lodash@^4.17.15:
3180+
version "4.17.15"
3181+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3182+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
3183+
31793184
log-symbols@^2.2.0:
31803185
version "2.2.0"
31813186
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -4205,7 +4210,7 @@ promise@^7.1.1:
42054210
dependencies:
42064211
asap "~2.0.3"
42074212

4208-
prop-types@^15.5.10, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
4213+
prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
42094214
version "15.7.2"
42104215
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
42114216
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4279,14 +4284,15 @@ react-lifecycles-compat@^3.0.4:
42794284
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
42804285
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
42814286

4282-
react-native-gesture-handler@1.3.0:
4283-
version "1.3.0"
4284-
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.3.0.tgz#d0386f565928ccc1849537f03f2e37fd5f6ad43f"
4285-
integrity sha512-ASRFIXBuKRvqlmwkWJhV8yP2dTpvcqVrLNpd7FKVBFHYWr6SAxjGyO9Ik8w1lAxDhMlRP2IcJ9p9eq5X2WWeLQ==
4287+
react-native-gesture-handler@1.4.1:
4288+
version "1.4.1"
4289+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.4.1.tgz#c38d9e57637b95e221722a79f2bafac62e3aeb21"
4290+
integrity sha512-Ffcs+SbEbkGaal0CClYL+v7A9y4OA5G5lW01qrzjxaqASp5C8BfnWSKuqYKE00s6bLwE5L4xnlHkG0yIxAtbrQ==
42864291
dependencies:
4292+
hammerjs "^2.0.8"
42874293
hoist-non-react-statics "^2.3.1"
4288-
invariant "^2.2.2"
4289-
prop-types "^15.5.10"
4294+
invariant "^2.2.4"
4295+
prop-types "^15.7.2"
42904296

42914297
react-native-safe-area-view@^0.14.1:
42924298
version "0.14.5"

0 commit comments

Comments
 (0)