Skip to content

Commit

Permalink
Merge pull request #6 from jpudysz/feature/upgrade
Browse files Browse the repository at this point in the history
feat: readme and 2.0 version
  • Loading branch information
jpudysz authored Feb 10, 2023
2 parents befa235 + bba929a commit 7d0407c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ This library is fully compatible with TypeScript and can be used on both iOS and
| 2.0 | \>= 0.71 | \>= 1.22.1 |


*Library may work on lower versions of React Native (with paper architecture), but it wasn't tested!*

## Usage

```typescript
import { isMaestro } from 'react-native-is-maestro'

// ...

const result: boolean = isMaestro()
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-is-maestro",
"version": "1.2.1",
"version": "2.0.0",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 7d0407c

Please sign in to comment.