Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Feb 25, 2024
1 parent 5bb204a commit 3a73dea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function App() {
}
```

You can change the behaviour by configuration
You can change the behaviour by setting `configuration`

```ts
import { useNeoVersionCheck } from 'react-native-neo-version';
Expand All @@ -47,8 +47,16 @@ useNeoVersionCheck({
- The center picture gives the user the option to update the app.
- The right picture gives the user the option to skip the current update.

<img src="https://github.com/duguyihou/react-native-neo-version/assets/9347790/787e73fc-905f-4b02-b865-adb8c01bf231" width="330" height="680" />
<img src="https://github.com/duguyihou/react-native-neo-version/assets/9347790/b23e70a9-7cd2-4200-b505-fe753844f433" width="330" height="680" />
<img src="https://github.com/duguyihou/react-native-neo-version/assets/9347790/9bf85b81-a204-418d-835e-341f77d85d2d" width="330" height="680" />

### Android

<img src="https://github.com/duguyihou/react-native-neo-version/assets/9347790/463da71e-8232-4323-8b52-f590b4c34019" width="330" height="680" />



## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down

0 comments on commit 3a73dea

Please sign in to comment.