Skip to content

Commit

Permalink
đź“ť Update the requirements in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 committed Dec 29, 2023
1 parent dedcfbd commit aa581b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We're so excited you're interested in helping with SuperTokens! We are happy to
## Development Setup

### Prerequisites
- Nodejs & npm
- **Node.js v16.x** & npm
- IDE: [VSCode](https://code.visualstudio.com/download)(recommended) or equivalent IDE

### Project Setup
Expand Down Expand Up @@ -55,11 +55,12 @@ We're so excited you're interested in helping with SuperTokens! We are happy to
cp -r ./test/tough-cookie ./node_modules/
npm i git+https://github.com:<your username>/supertokens-react-native.git
```
5. Navigate to `supertokens-react-native/TestingApp` and run all tests
5. Add a static entry for `127.0.0.1 localhost.org` in your `/etc/hosts` file
6. Navigate to `supertokens-react-native/TestingApp` and run all tests
```
INSTALL_PATH=../../supertokens-root npm test
```
6. If all tests pass the output should be:
7. If all tests pass the output should be:

<img src="https://github.com/supertokens/supertokens-logo/blob/master/images/supertokens-react-native-tests-passing.png" alt="React Native tests passing" width="500px">

Expand Down
4 changes: 0 additions & 4 deletions TestingApp/.eslintrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions TestingApp/.prettierrc.js

This file was deleted.

8 changes: 4 additions & 4 deletions examples/with-thirdparty/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
api.cache(true);
return {
presets: ["babel-preset-expo"]
};
};

0 comments on commit aa581b4

Please sign in to comment.