diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f686c20..094817c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ Remember to add tests for your change if possible. Run the unit tests by:
yarn test
```
-To edit the Objective-C files, open `example/ios/SaveBase64ImageExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-save-base64-image`.
+To edit the Objective-C files, open `example/ios/SaveBase64ImageExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-save-base-sixty-four`.
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `reactnativesavebase64image` under `Android`.
diff --git a/example/ios/Podfile b/example/ios/Podfile
index b2b5d68..3887702 100644
--- a/example/ios/Podfile
+++ b/example/ios/Podfile
@@ -8,8 +8,8 @@ target 'SaveBase64ImageExample' do
use_react_native!(:path => config["reactNativePath"])
- pod 'react-native-save-base64-image', :path => '../..'
-
+ pod 'react-native-save-base-sixty-four', :path => '../..'
+
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock
index 02e8c24..d8bd04c 100644
--- a/example/ios/Podfile.lock
+++ b/example/ios/Podfile.lock
@@ -236,7 +236,7 @@ PODS:
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsinspector (0.63.4)
- - react-native-save-base64-image (0.1.0):
+ - react-native-save-base-sixty-four (0.1.2):
- React-Core
- React-RCTActionSheet (0.63.4):
- React-Core/RCTActionSheetHeaders (= 0.63.4)
@@ -298,6 +298,8 @@ PODS:
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
+ - RNDeviceInfo (7.3.1):
+ - React-Core
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
@@ -339,7 +341,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- - react-native-save-base64-image (from `../..`)
+ - react-native-save-base-sixty-four (from `../..`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -350,6 +352,7 @@ DEPENDENCIES:
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
+ - RNDeviceInfo (from `../node_modules/react-native-device-info`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
SPEC REPOS:
@@ -398,7 +401,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
- react-native-save-base64-image:
+ react-native-save-base-sixty-four:
:path: "../.."
React-RCTActionSheet:
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
@@ -420,6 +423,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/Libraries/Vibration"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
+ RNDeviceInfo:
+ :path: "../node_modules/react-native-device-info"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"
@@ -450,7 +455,7 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
- react-native-save-base64-image: ca668db0faddcdf75cd133d621f657b00492d32a
+ react-native-save-base-sixty-four: a64e34cbb4e557c87c332a134364981d571f5415
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
@@ -461,9 +466,10 @@ SPEC CHECKSUMS:
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
+ RNDeviceInfo: 6ecb1d1c87d20e4c62354be0348de23362824dcd
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
-PODFILE CHECKSUM: d554ea884055a4d0c4ecfac2b6b43a4bad91862f
+PODFILE CHECKSUM: 17b6c9513b3d86f492f65629c3ef5b4f266bda0f
COCOAPODS: 1.10.0
diff --git a/example/ios/SaveBase64ImageExample/LaunchScreen.storyboard b/example/ios/SaveBase64ImageExample/LaunchScreen.storyboard
index aeb8c0a..80cdd89 100644
--- a/example/ios/SaveBase64ImageExample/LaunchScreen.storyboard
+++ b/example/ios/SaveBase64ImageExample/LaunchScreen.storyboard
@@ -22,7 +22,7 @@
-