motorinc-gallery-picker-pro 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motorinc-gallery-picker-pro",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A comprehensive React Native media gallery picker with smooth animations, multi-select, single-select, crop functionality, and native iOS/Android support",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1719,7 +1719,7 @@ const MainPhotoGallery = React.forwardRef<MainPhotoGalleryRef, props>(
1719
1719
  style={{backgroundColor: '#000'}}>
1720
1720
  <Header.Row>
1721
1721
  <Header.Left
1722
- label="Back"
1722
+ label="Cancel"
1723
1723
  labelColor="#fff"
1724
1724
  onBackPress={onCancel}
1725
1725
  />