Skip to content

Commit 154b890

Browse files
committed
#MRN-765 version 3.0.1 release and modify the make call function
1 parent 060a613 commit 154b890

File tree

16 files changed

+277
-259
lines changed

16 files changed

+277
-259
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ android {
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
8888
versionCode 1
89-
versionName "3.0.0"
89+
versionName "3.0.1"
9090
/** Add this for react-native-camera */
9191
missingDimensionStrategy 'react-native-camera', 'general'
9292
multiDexEnabled true

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,10 +1781,10 @@ PODS:
17811781
- React-Core
17821782
- React-RCTImage
17831783
- TOCropViewController (~> 2.7.4)
1784-
- RNNotifee (9.1.3):
1784+
- RNNotifee (9.1.8):
17851785
- React-Core
1786-
- RNNotifee/NotifeeCore (= 9.1.3)
1787-
- RNNotifee/NotifeeCore (9.1.3):
1786+
- RNNotifee/NotifeeCore (= 9.1.8)
1787+
- RNNotifee/NotifeeCore (9.1.8):
17881788
- React-Core
17891789
- RNPermissions (5.2.1):
17901790
- React-Core
@@ -2259,7 +2259,7 @@ SPEC CHECKSUMS:
22592259
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
22602260
RNGestureHandler: 5cf4d43fd8d31b236a6d8e392aa48432f01650aa
22612261
RNImageCropPicker: a536bb88eade8336e1d18fdeafa77dc893fbc42e
2262-
RNNotifee: 522276e0be010e98173175fb838514b69f18cbe0
2262+
RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9
22632263
RNPermissions: b36480ca76824ed67c1828354e6bd6e1948e96ce
22642264
RNScreens: 4cfc072a1e1c416e253dd0a9562a595a30bc9a98
22652265
RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852

ios/mirrorfly_rn.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
/* Begin PBXShellScriptBuildPhase section */
380380
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
381381
isa = PBXShellScriptBuildPhase;
382-
buildActionMask = 2147483647;
382+
buildActionMask = 8;
383383
files = (
384384
);
385385
inputPaths = (
@@ -389,7 +389,7 @@
389389
name = "Bundle React Native code and images";
390390
outputPaths = (
391391
);
392-
runOnlyForDeploymentPostprocessing = 0;
392+
runOnlyForDeploymentPostprocessing = 1;
393393
shellPath = /bin/sh;
394394
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
395395
};
@@ -644,7 +644,7 @@
644644
"$(inherited)",
645645
"@executable_path/Frameworks",
646646
);
647-
MARKETING_VERSION = 3.0.0;
647+
MARKETING_VERSION = 3.0.1;
648648
OTHER_LDFLAGS = (
649649
"$(inherited)",
650650
"-ObjC",
@@ -677,7 +677,7 @@
677677
"$(inherited)",
678678
"@executable_path/Frameworks",
679679
);
680-
MARKETING_VERSION = 3.0.0;
680+
MARKETING_VERSION = 3.0.1;
681681
OTHER_LDFLAGS = (
682682
"$(inherited)",
683683
"-ObjC",
@@ -776,10 +776,7 @@
776776
"-DFOLLY_CFG_NO_COROUTINES=1",
777777
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
778778
);
779-
OTHER_LDFLAGS = (
780-
"$(inherited)",
781-
" ",
782-
);
779+
OTHER_LDFLAGS = "$(inherited) ";
783780
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
784781
SDKROOT = iphoneos;
785782
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -863,10 +860,7 @@
863860
"-DFOLLY_CFG_NO_COROUTINES=1",
864861
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
865862
);
866-
OTHER_LDFLAGS = (
867-
"$(inherited)",
868-
" ",
869-
);
863+
OTHER_LDFLAGS = "$(inherited) ";
870864
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
871865
SDKROOT = iphoneos;
872866
USE_HERMES = true;

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.20.0",
3939
"@babel/preset-env": "^7.20.0",
4040
"@babel/runtime": "^7.20.0",
41-
"@notifee/react-native": "^9.1.3",
41+
"@notifee/react-native": "^9.1.8",
4242
"@react-native-camera-roll/camera-roll": "^7.8.4",
4343
"@react-native-clipboard/clipboard": "^1.15.0",
4444
"@react-native-community/checkbox": "^0.5.17",
@@ -89,6 +89,7 @@
8989
"react-native-headphone-detection": "^1.3.0",
9090
"react-native-heic-converter": "^1.3.3",
9191
"react-native-image-crop-picker": "^0.41.5",
92+
"react-native-image-zoom-viewer": "^3.0.1",
9293
"react-native-incall-manager": "^4.2.0",
9394
"react-native-keep-awake": "^4.0.0",
9495
"react-native-keyevent": "^0.3.2",

rollup.config.js

Lines changed: 33 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -27,67 +27,58 @@ export default {
2727
external: [
2828
'react',
2929
'react-native',
30-
'react-redux',
31-
'react-native-fs',
32-
'rn-fetch-blob',
33-
'realm',
34-
'native-base',
35-
'react-native-svg',
36-
'react-native-video',
37-
'react-native-sound',
30+
'@notifee/react-native',
31+
'@react-native-camera-roll/camera-roll',
32+
'@react-native-clipboard/clipboard',
33+
'@react-native-community/checkbox',
34+
'@react-native-community/netinfo',
35+
'@react-native-firebase/app',
36+
'@react-native-firebase/messaging',
37+
'@react-navigation/native',
38+
'@react-navigation/native-stack',
39+
'@reduxjs/toolkit',
40+
'emoji-datasource',
41+
'mirrorfly-reactnative-sdk',
3842
'moment',
39-
'react-native-screens',
40-
'prop-types',
4143
'react-native-camera',
42-
'react-native-image-zoom-viewer',
4344
'react-native-compressor',
44-
'react-native-document-picker',
45-
'@react-navigation/native',
46-
'emoji-datasource',
47-
'@react-navigation/native-stack',
48-
'@react-native-async-storage/async-storage',
49-
'react-native-image-crop-picker',
50-
'react-native-safe-area-context',
51-
'@react-native-community/netinfo',
52-
'react-native-permissions',
53-
'@react-native-clipboard/clipboard',
54-
'@react-native-firebase/messaging',
55-
'@react-native-firebase/app',
56-
'@types/react',
45+
'react-native-contacts',
5746
'react-native-convert-ph-asset',
5847
'react-native-create-thumbnail',
48+
'react-native-document-picker',
5949
'react-native-file-viewer',
50+
'react-native-fs',
51+
'react-native-geocoder',
52+
'react-native-geolocation-service',
53+
'react-native-gesture-handler',
6054
'react-native-get-random-values',
61-
'react-native-push-notification',
62-
'react-native-slider',
63-
'react-native-svg-transformer',
64-
'@react-native-community/push-notification-ios',
55+
'react-native-heic-converter',
56+
'react-native-image-crop-picker',
6557
'react-native-maps',
66-
'react-native-geolocation-service',
67-
'react-native-geocoder',
6858
'react-native-pager-view',
69-
'react-native-tab-view',
70-
'@notifee/react-native',
71-
'fbjs',
72-
'react-native-contacts',
73-
'react-native-audio-recorder-player',
59+
'react-native-permissions',
7460
'react-native-progress',
75-
'react-native-gesture-handler',
76-
'react-native-geocoding',
77-
'@react-native-camera-roll/camera-roll',
78-
'@react-native-community/checkbox',
79-
'react-native-heic-converter',
61+
'react-native-safe-area-context',
62+
'react-native-screens',
8063
'react-native-simple-toast',
64+
'react-native-sound',
65+
'react-native-svg',
66+
'react-native-svg-transformer',
67+
'react-native-tab-view',
68+
'react-native-video',
69+
'react-redux',
70+
'rn-fetch-blob',
71+
'realm',
72+
'react-native-image-zoom-viewer',
73+
'@react-native-community/checkbox',
8174
//Calls
8275
'react-native-incall-manager',
8376
'react-native-webrtc',
8477
'react-native-keep-awake',
8578
'react-native-raw-bottom-sheet',
8679
'react-native-background-timer',
8780
'react-native-headphone-detection',
88-
'@notifee/react-native',
8981
'react-native-voip-push-notification',
90-
'mirrorfly-reactnative-sdk',
9182
'react-native-material-menu',
9283
'react-native-keyevent',
9384
'react-native-ringer-mode',

0 commit comments

Comments
 (0)