https://github.com/appandflow/expo-image-cropping
https://github.com/appandflow/expo-image-cropping
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appandflow/expo-image-cropping
- Owner: AppAndFlow
- License: mit
- Created: 2023-06-05T19:22:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T16:31:19.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T11:14:50.539Z (about 1 year ago)
- Language: TypeScript
- Size: 370 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

App & Flow is a Montreal-based, close-knit team that specializes in React Native/Expo development. Need a hand? Let’s build together! team@appandflow.com
[](https://www.npmjs.com/package/@appandflow/expo-image-cropping)
A package for cropping image with expo without any plugin. (Still WIP. Wait 1.0.0 for stable release)
## Installation
```sh
npm install @appandflow/expo-image-cropping
```
## Usage
```js
import {
ExpoCroppingImageModal,
ExpoCroppingImageModalRef,
} from '@appandflow/expo-image-cropping';
// ...
const modalRef = useRef(null);
// ...
{
console.log('the image save is: ', img);
}}
/>
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)