Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrosimoes committed Apr 5, 2022
1 parent 912e4ce commit e5dc2bf
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,6 @@ This is my react-native initial setup that I have been using when I have to buil

`react-native init YOUR_APPLICATION_NAME --template ls`

## Besides the default dependencies, what other dependencies are included?

```json
{
"@types/prop-types": "^15.7.3",
"@types/styled-components": "^4.1.19",
"axios": "^0.19.0",
"prop-types": "^15.7.2",
"react-native-gesture-handler": "^1.4.1",
"react-native-reanimated": "^1.3.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-navigation": "3.13.0",
"react-redux": "^7.1.1",
"reactotron-core-client": "^2.8.6",
"reactotron-react-native": "^4.0.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.0"
}
```

## Besides the default DEV dependencies, what other DEV dependencies are included?

```json
{
"babel-plugin-root-import": "^6.4.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-defaults": "^9.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.15.0",
"eslint-plugin-react-hooks": "^2.1.1",
"prettier": "^1.18.2",
"reactotron-redux": "^3.1.2"
}
```

## Aditional configurations

### Android
Expand Down Expand Up @@ -89,10 +49,6 @@ public class MainActivity extends ReactActivity {

```

#### To debug with Reactotron

Execute the command `adb reverse tcp:9090 tcp:9090` before start the bundling the application

### IOS

Don't forget to execute the `pod install` command inside the `ios` folder
Expand All @@ -101,7 +57,7 @@ Don't forget to execute the `pod install` command inside the `ios` folder

```json
{
"react": "16.9.0",
"react-native": "0.61.1"
"react": "17.0.2",
"react-native": "0.65.0",
}
```

0 comments on commit e5dc2bf

Please sign in to comment.