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).
66
77## Requirements
88
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 ` ).
1111- Make sure you have all required iOS dependencies installed:
1212
1313 - [ Apple Sim Utils] ( https://github.com/wix/AppleSimulatorUtils ) :
@@ -36,6 +36,7 @@ yarn build:all:clean
3636
3737` ` ` bash
3838yarn
39+ yarn lerna:prepare
3940yarn tests:ios:pod:install # for iOS development
4041` ` `
4142
@@ -138,7 +139,7 @@ Another way to do this is via adding a `--grep` option to `e2e/mocha.opts` file,
138139
139140> 💡 Don' t forget to remove these before committing your code and submitting a pull request
140141
141- For more Mocha options see https://mochajs.org/#usage
142+ For more Mocha options see < https://mochajs.org/#usage>
142143
143144---
144145
You can’t perform that action at this time.
0 commit comments