Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Almagro Tonne committed Sep 12, 2022
1 parent 2736927 commit 500d455
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 179 deletions.
98 changes: 0 additions & 98 deletions .circleci/config.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

57 changes: 0 additions & 57 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file added android/.gradle/6.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added android/.gradle/6.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added android/.gradle/6.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file not shown.
2 changes: 2 additions & 0 deletions android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Jan 12 15:45:11 IST 2021
gradle.version=6.1.1
Binary file not shown.
Binary file added android/.gradle/checksums/checksums.lock
Binary file not shown.
Binary file added android/.gradle/checksums/md5-checksums.bin
Binary file not shown.
Binary file added android/.gradle/checksums/sha1-checksums.bin
Binary file not shown.
Empty file.
8 changes: 8 additions & 0 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Jan 12 15:45:01 IST 2021
sdk.dir=/home/tanmay/Android/Sdk
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class HintRequestPickerModule(private val reactContext: ReactApplicationContext)
val map = Arguments.createMap()
if (resultCode === RESULT_OK) {
val credential = data.getParcelableExtra<Credential>(Credential.EXTRA_KEY)
if (credential == null) {
return;
}
val phoneNumber = credential?.getId();
map.putString("phoneNumber", phoneNumber);
} else {
Expand Down

0 comments on commit 500d455

Please sign in to comment.