Skip to content

Commit d589baa

Browse files
committed
feat: android wip
1 parent 7a9c235 commit d589baa

File tree

11 files changed

+873
-30
lines changed

11 files changed

+873
-30
lines changed

OpenLoginReactNativeSDKDemo2/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
android:label="@string/app_name"
1616
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
1717
android:launchMode="singleTask"
18-
android:windowSoftInputMode="adjustResize">
18+
android:windowSoftInputMode="adjustResize"
19+
android:exported="true">
1920
<intent-filter>
2021
<action android:name="android.intent.action.MAIN" />
2122
<category android:name="android.intent.category.LAUNCHER" />

OpenLoginReactNativeSDKDemo2/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ buildscript {
44
ext {
55
buildToolsVersion = "30.0.2"
66
minSdkVersion = 21
7-
compileSdkVersion = 30
8-
targetSdkVersion = 30
7+
compileSdkVersion = 31
8+
targetSdkVersion = 31
99
ndkVersion = "21.4.7075529"
1010
}
1111
repositories {
1212
google()
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.2.2")
16+
classpath('com.android.tools.build:gradle:7.0.3')
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

OpenLoginReactNativeSDKDemo2/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ DEPENDENCIES:
373373
- FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
374374
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
375375
- OpenLogin (from `https://github.com/torusresearch/openlogin-swift-sdk.git`, branch `fix/main-thread`)
376-
- openlogin-react-native-sdk (from `../..`)
376+
- openlogin-react-native-sdk (from `../node_modules/openlogin-react-native-sdk`)
377377
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
378378
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
379379
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
@@ -434,7 +434,7 @@ EXTERNAL SOURCES:
434434
:branch: fix/main-thread
435435
:git: https://github.com/torusresearch/openlogin-swift-sdk.git
436436
openlogin-react-native-sdk:
437-
:path: "../.."
437+
:path: "../node_modules/openlogin-react-native-sdk"
438438
RCT-Folly:
439439
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
440440
RCTRequired:

0 commit comments

Comments
 (0)