Skip to content

Commit 6cf992f

Browse files
michalchudziakbartolkaruzadependabot[bot]tonygomez
authored
Release 3.0.0 (#188)
* chore(example): update example file structure (#77) * chore(example): update example file structure to make it compatible with the tester * fix(example): lint and type errors * chore(deps): bump npm-user-validate from 1.0.0 to 1.0.1 (#126) Bumps [npm-user-validate](https://github.com/npm/npm-user-validate) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/npm/npm-user-validate/releases) - [Commits](npm/npm-user-validate@v1.0.0...v1.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add location extras support (#144) * refactor(next): update React Native and other dependencies, recreate example app (#176) * chore: update dependencies and example app setup * chore: remove native tests from example * feat(next): migrate to TypeScript (#178) * chore: update dependencies and example app setup * chore: remove native tests from example * chore: rename files to TS * chore: migrate to typescript * chore: add ts to example app and tests * chore: fix types imports * refactor: remove geo prefixes * chore: minor improvements * chore: upgrade RN to 69 (#183) * Add support for TurboModules (#184) * chore: upgrade RN to 69 * chore: turbomodule support for iOS * chore: turbomodules for android scaffold * chore: turbomodule support for Android * chore: remove unnecessary setting * chore: link cpp module manually * chore: cleanup * Add support for Google’s Location Services API (#185) * feat(android-backend): refactor module * feat(android): play services manager * feat(android): fix permission crash * Revamp example app (#186) * feat(android-backend): refactor module * feat(android): play services manager * feat(android): fix permission crash * feat(example): new example * feat(example): new example * feat(request-auth): add support for Android (#187) * feat(request-auth): add support for Android * fix(request-auth): fix location callback creation * fix(request-auth): add error to callback * fix(request-auth): queue quth callbacks * chore(readme): update readme Co-authored-by: Bartol Karuza <bartol.k@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Gomez <4647760+tonygomez@users.noreply.github.com>
1 parent 1da1044 commit 6cf992f

File tree

111 files changed

+13400
-10894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+13400
-10894
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

.flowconfig

Lines changed: 0 additions & 72 deletions
This file was deleted.

.gitignore

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11

22
# OSX
3-
#
43
.DS_Store
54

6-
# node.js
7-
#
8-
node_modules/
9-
npm-debug.log
10-
yarn-error.log
5+
# vscode
6+
.vscode
117

12-
138
# Xcode
14-
#
159
build/
1610
*.pbxuser
1711
!default.pbxuser
@@ -28,21 +22,28 @@ DerivedData
2822
*.hmap
2923
*.ipa
3024
*.xcuserstate
31-
project.xcworkspace
3225

33-
3426
# Android/IntelliJ
35-
#
3627
build/
3728
.idea
3829
.gradle
3930
local.properties
4031
*.iml
4132

33+
# Build
34+
lib/
35+
36+
# CocoaPods
37+
example/ios/Pods
38+
39+
# node.js
40+
**/node_modules/
41+
npm-debug.log
42+
yarn-debug.log
43+
yarn-error.log
44+
4245
# BUCK
4346
buck-out/
4447
\.buckd/
45-
*.keystore
46-
47-
# Build
48-
lib/
48+
android/app/libs
49+
android/keystores/debug.keystore

0 commit comments

Comments
 (0)