Skip to content

Commit

Permalink
Release 3.0.0 (#188)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people authored Sep 14, 2022
1 parent 1da1044 commit 6cf992f
Show file tree
Hide file tree
Showing 111 changed files with 13,400 additions and 10,894 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

22 changes: 0 additions & 22 deletions .eslintrc.js

This file was deleted.

72 changes: 0 additions & 72 deletions .flowconfig

This file was deleted.

31 changes: 16 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@

# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# vscode
.vscode


# Xcode
#
build/
*.pbxuser
!default.pbxuser
Expand All @@ -28,21 +22,28 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace


# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# Build
lib/

# CocoaPods
example/ios/Pods

# node.js
**/node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore

# Build
lib/
android/app/libs
android/keystores/debug.keystore
Loading

0 comments on commit 6cf992f

Please sign in to comment.