Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added notes about v2
  • Loading branch information
wumke authored Jun 27, 2023
1 parent 0abc26d commit 233a3ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ Exit / Close / Kill / shutdown your react native app. Does not invoke a crash no
NOTICE:
- for React Native < 0.47 use react-native-exit-app <1.x.x
- for React Native > 0.47 use react-native-exit-app >=1.x.x
- React Native with **new architecture** enabled use react-native-exit-app >=2.x.x (**compatible with old architecture**)

## Setup

NOTICE:
Installation steps can be skipped in new architecture and newer React Native versions, just
```bash
npm install react-native-exit-app --save
```

Fast and easy:
```bash
npm install react-native-exit-app --save
Expand Down

0 comments on commit 233a3ad

Please sign in to comment.