Skip to content

Commit 8f4ef1b

Browse files
committed
warning
1 parent 6c7ebcc commit 8f4ef1b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-native-avatar-crop
22

3+
⚠️ WARNING: The package is in development and may have bugs apart from what is shown in the demo.
4+
35
Supports rect and circle cropping. Use `cropArea={{width, height}}` for custom aspect ratio.
46

57
Download apk to see it in action, [click to download](https://github.com/vemarav/react-native-avatar-crop/releases/download/v1.0.5/app-release.apk)

package/package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-avatar-crop",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Crop component to crop profile images",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)