Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
Perform updates requiring for react-native 0.69.
Also, as a workaround use prebuilt appcenter-sdk packages with the fix of
microsoft/appcenter-sdk-react-native#979.
  • Loading branch information
DmitriyKirakosyan committed Jul 4, 2022
1 parent 6034836 commit 7a78cdf
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 223 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
package com.appcentersample;

import android.os.Bundle;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.ReactRootView;
import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView;

public class MainActivity extends ReactActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
}
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions ios/AppCenterSample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(


#ifdef DEBUG
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
#else
jsCodeLocation = [CodePush bundleURL];
#endif
Expand All @@ -69,7 +69,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
{
#if DEBUG
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
#else
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
#endif
Expand Down
84 changes: 52 additions & 32 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
PODS:
- appcenter-analytics (4.4.4-fix-rn-69):
- AppCenter/Analytics (~> 4.0)
- AppCenterReactNativeShared (~> 4.0)
- React-Core
- appcenter-core (4.4.4-fix-rn-69):
- AppCenterReactNativeShared (~> 4.0)
- React-Core
- appcenter-crashes (4.4.4-fix-rn-69):
- AppCenter/Crashes (~> 4.0)
- AppCenterReactNativeShared (~> 4.0)
- React-Core
- AppCenter/Analytics (4.4.2):
- AppCenter/Core
- AppCenter/Core (4.4.2)
- AppCenter/Crashes (4.4.2):
- AppCenter/Core
- AppCenterReactNativeShared (4.4.4):
- AppCenter/Core (= 4.4.2)
- Base64 (1.1.2)
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
Expand Down Expand Up @@ -292,6 +310,14 @@ PODS:
- React-jsinspector (0.69.0)
- React-logger (0.69.0):
- glog
- react-native-pager-view (5.4.24):
- React-Core
- react-native-safe-area-context (4.3.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- React-perflogger (0.69.0)
- React-RCTActionSheet (0.69.0):
- React-Core/RCTActionSheetHeaders (= 0.69.0)
Expand Down Expand Up @@ -360,42 +386,19 @@ PODS:
- React-perflogger (= 0.69.0)
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (2.8.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- RNScreens (3.14.0):
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (2.18.1):
- React-Core
- SocketRocket (0.6.0)
- SSZipArchive (2.2.3)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)

DEPENDENCIES:
- appcenter-analytics (from `../node_modules/appcenter-analytics`)
- appcenter-core (from `../node_modules/appcenter`)
- appcenter-crashes (from `../node_modules/appcenter-crashes`)
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- CodePush (from `../node_modules/react-native-code-push`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
Expand Down Expand Up @@ -440,6 +443,8 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
Expand All @@ -453,12 +458,13 @@ DEPENDENCIES:
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
- AppCenter
- AppCenterReactNativeShared
- Base64
- CocoaAsyncSocket
- Flipper
Expand All @@ -479,6 +485,12 @@ SPEC REPOS:
- YogaKit

EXTERNAL SOURCES:
appcenter-analytics:
:path: "../node_modules/appcenter-analytics"
appcenter-core:
:path: "../node_modules/appcenter"
appcenter-crashes:
:path: "../node_modules/appcenter-crashes"
boost:
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
CodePush:
Expand Down Expand Up @@ -519,6 +531,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-pager-view:
:path: "../node_modules/react-native-pager-view"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
React-perflogger:
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
Expand All @@ -545,14 +561,17 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AppCenter: b0eca112a27b71e97488ffa1949ee38c7abd4b79
appcenter-analytics: f5e503bbf41af0e53f97901a9b6ab3decb25ed16
appcenter-core: b02b4e99cfc4f8553838b2cae4c4a6ad9a2e7c07
appcenter-crashes: 167bed2b018d0b6181a0d08b93e5da00942b2295
AppCenterReactNativeShared: 0906af7a6bf95075d6c607189820a2e81fceb6fe
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -588,6 +607,8 @@ SPEC CHECKSUMS:
React-jsiexecutor: b2a049b9f156342f6037ccb0c8acf69f923d3089
React-jsinspector: 6aced68014b275b7abd073c9598b0affd0e1669c
React-logger: bcf33ce10afa135158c72635e621ddb94126c610
react-native-pager-view: 7d13a6fd573f856cfef9a5cb24d6c605b6135983
react-native-safe-area-context: d768fdafd416b4c0bdc7bef4240c9ee53909baf3
React-perflogger: aa48956d87bae67fc847acc196fae97928b96cd3
React-RCTActionSheet: 4eaab2b885130ce9a88c8fdac5f1992315da80f6
React-RCTAnimation: 5e91e3ceb988838fa43615bb602181be30d2b26e
Expand All @@ -601,8 +622,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 7ad268dee53d001697e13264c6bc8e95a902352e
ReactCommon: 74a3b8ee497c6d50ce86ef57e15c4c5bf654b83d
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: a362ff32bd44dd587568272a41308cd4196375e7
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
RNScreens: 4830eb40e0793b38849965cd27f4f3a7d7bc65c1
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
Yoga: 4935173923cabaa830e195be3e8e4cac045a8f90
Expand Down
Loading

0 comments on commit 7a78cdf

Please sign in to comment.