File tree Expand file tree Collapse file tree 5 files changed +13
-40
lines changed Expand file tree Collapse file tree 5 files changed +13
-40
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Our tests are powered by [Jet ✈️](https://github.com/invertase/jet).
6
6
7
7
## Requirements
8
8
9
- - Make sure you have Xcode installed (tested with Xcode 10+).
10
- - Make sure you have Node.js installed ( version 8.4.0 and above is required).
11
- - Make sure you have all required dependencies installed:
9
+ - Make sure you have Xcode installed (tested with Xcode 13+) to develop iOS items
10
+ - Make sure you have Node.js installed with yarn installed globally (node version 14, yarn v1 is required).
11
+ - Make sure you have all required iOS dependencies installed:
12
12
13
13
- [ Apple Sim Utils] ( https://github.com/wix/AppleSimulatorUtils ) :
14
14
@@ -36,7 +36,7 @@ yarn build:all:clean
36
36
37
37
` ` ` bash
38
38
yarn
39
- yarn tests:ios:pod:install
39
+ yarn tests:ios:pod:install # for iOS development
40
40
` ` `
41
41
42
42
---
@@ -87,7 +87,8 @@ With iOS Detox will start a simulator for you by default or run tests in an open
87
87
For the Firestore emulator you need to install the tools and start the emulator:
88
88
89
89
` ` ` bash
90
- yarn tests:emulator:start
90
+ yarn tests:emulator:start # for linux/macOS-hosted development
91
+ yarn tests:emulator:start-windows # if developing on windows
91
92
` ` `
92
93
93
94
---
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ PODS:
584
584
- gRPC-Core/Interface (= 1.28.2)
585
585
- gRPC-Core/Interface (1.28.2)
586
586
- GTMSessionFetcher/Core (1.7.0)
587
- - Jet (0.6.6- 0):
587
+ - Jet (0.8. 0):
588
588
- React
589
589
- leveldb-library (1.22.1)
590
590
- nanopb (2.30908.0):
@@ -1143,7 +1143,7 @@ SPEC CHECKSUMS:
1143
1143
"gRPC-C++": 13d8ccef97d5c3c441b7e3c529ef28ebee86fad2
1144
1144
gRPC-Core: 4afa11bfbedf7cdecd04de535a9e046893404ed5
1145
1145
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
1146
- Jet: 84fd0e2e9d49457fc04bc79b5d8857737a01c507
1146
+ Jet: 8b8c4620ed89e5ba53bfa36f2c11adaeac9d9c76
1147
1147
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
1148
1148
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
1149
1149
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
Original file line number Diff line number Diff line change 38
38
"firebase-tools" : " ^9.21.0" ,
39
39
"jest-circus" : " ^27.2.5" ,
40
40
"jest-environment-node" : " ^27.2.5" ,
41
- "jet" : " ^0.6.6- 0" ,
41
+ "jet" : " ^0.8. 0" ,
42
42
"jsonwebtoken" : " ^8.5.1" ,
43
43
"metro-react-native-babel-preset" : " 0.66.2" ,
44
44
"mocha" : " ^9.1.2" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8595,10 +8595,10 @@ jest@^27.3.1:
8595
8595
import-local "^3.0.2"
8596
8596
jest-cli "^27.3.1"
8597
8597
8598
- jet@^0.6.6- 0:
8599
- version "0.6.6- 0"
8600
- resolved "https://registry.yarnpkg.com/jet/-/jet-0.6.6- 0.tgz#11810b4ae0128d055da7a205dd01b610ed75b4bd "
8601
- integrity sha512-ncHEBmmn2Q21U6PfGoyG+N13Fdz+a67/hxFwtD0FyOOHbUPpSvcETUW4pG3F+BPuGgQjMYltWNeISJTzh1aTyw ==
8598
+ jet@^0.8. 0:
8599
+ version "0.8. 0"
8600
+ resolved "https://registry.yarnpkg.com/jet/-/jet-0.8. 0.tgz#1fc2d5cd71d0d658fa4342a3b64cae4c2f1f7a93 "
8601
+ integrity sha512-3rrOQdx1Mws/JwF+MMnpmKZ1wC1v4tNueqW9xcRPh4f8LXLp5tUV5RjspFjsdd1S+R8dEp4RFiE0XkFMM3/OMw ==
8602
8602
dependencies:
8603
8603
chalk "^4.0.0"
8604
8604
error-stack-parser "^2.0.6"
You can’t perform that action at this time.
0 commit comments