File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ 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 13 +) to develop iOS items
10
- - Make sure you have Node.js installed with yarn installed globally (node version 16, yarn v1 is required ).
9
+ - Make sure you have Xcode installed (tested with Xcode 15 +) to develop iOS items
10
+ - Make sure you have Node.js installed with yarn installed globally (node version 18 and 20 tested, ` npm install --global yarn ` ).
11
11
- Make sure you have all required iOS dependencies installed:
12
12
13
13
- [ Apple Sim Utils] ( https://github.com/wix/AppleSimulatorUtils ) :
@@ -36,6 +36,7 @@ yarn build:all:clean
36
36
37
37
` ` ` bash
38
38
yarn
39
+ yarn lerna:prepare
39
40
yarn tests:ios:pod:install # for iOS development
40
41
` ` `
41
42
@@ -138,7 +139,7 @@ Another way to do this is via adding a `--grep` option to `e2e/mocha.opts` file,
138
139
139
140
> 💡 Don' t forget to remove these before committing your code and submitting a pull request
140
141
141
- For more Mocha options see https://mochajs.org/#usage
142
+ For more Mocha options see < https://mochajs.org/#usage>
142
143
143
144
---
144
145
You can’t perform that action at this time.
0 commit comments