esoftplay 0.0.112-s → 0.0.112-t

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.
@@ -160,7 +160,7 @@ class m extends LibComponent<LibImageProps, LibImageState> {
160
160
  max = 1
161
161
  }
162
162
  if (max == 1) {
163
- ImagePicker.launchImageLibraryAsync({ presentationStyle: 0 }).then(async (x: any) => {
163
+ ImagePicker.launchImageLibraryAsync({ presentationStyle: ImagePicker.UIImagePickerPresentationStyle.FULL_SCREEN }).then(async (x: any) => {
164
164
  if (!x.cancelled) {
165
165
  if (options && options.crop) {
166
166
  m.showCropper(x.uri, options.crop.forceCrop, options.crop.ratio, options.crop?.message, async (x) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.112-s",
3
+ "version": "0.0.112-t",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",