-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Mapbox in App #24306
Merged
+1,473
−58
Merged
Integrate Mapbox in App #24306
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
eea4eb9
chore: install mapbox client for react native
af1365e
feat: edit podfile and run pod install
1e66728
feat: add script to set credential for mapbox sdk
c2bae34
chore: configure android for mapbox SDK
e2270a2
feat: make shell script configure android too
c6deb54
feat: add test library
2d60732
Merge remote-tracking branch 'origin/neil-waypoints-list' into hayata…
fbed8b9
style: rename script file name
cee9748
feat: divide script for CI and interactive ones
f11c64b
chore: bump the version of temp library
fa00c54
feat: configure .env file as part of map setup
e11ca16
feat: use new MapView API
a398dd9
chore: swap library
813440f
Merge branch 'main' into hayata-add-map
64d1014
chore: remove script for setting env
eed9bde
chore: download pod
c55e426
chore: download npm packages
e808333
chore: use temporary token
d1a172a
chore(deps): remove unnecessary deps
00b8432
style: fix typos in script comments
828f6e4
style: fix typos in script comments
599267c
style: create const for SF coordinate
de2cf46
style: remove inline style
8a153c1
style: change export/import syntax
81a3234
style: add blank line at the end of file
b136caa
fix: account for null case
7339b40
style: change file names
dae6fcb
feat: add a new action step for mapbox setup
efbf46b
style: change script name
e7abf5c
style: add a new line at the end of file
50d34c8
refactor: improve bash script and add comments
33b62d8
fix: update file names
7a5db25
doc: mention setup npm script in comment
a6f963a
fix: only display map if the token is ready
eca7bd3
style: put double quotes around variable names
1ea94a7
style: apply suggestion from linter
a5bff89
fix: add raw input option as suggested by linter
9c7e49d
fix: typos in scripts and comments
41c3868
refactor: use utils script
4175c28
feat: add new icon
02daa94
feat: add offline placeholder component
1dfed9c
style: use error function in bash script
171cd2c
fix: get token from secret
5c8cb4d
chore: temporary change comp action to use
150f36e
fix: setup mapbox credential in a right place
2796f8c
refactor: use existing comp & add translation
ccf473a
feat: make map scrollable
7c3732d
feat: add step for setting up mapbox credentials
fe6404f
doc: add instruction to configure mapbox credential
f84adb7
chore: fix style
b2dac10
Merge branch 'main' into hayata-add-map
39f4ba5
Merge branch 'main' into hayata-add-map
19e6dde
fix: remove waypoint
98f212f
fix: translate text
229f599
fix: change key for es
1bfdcdc
fix: make map un-scrollable
e950287
add: set the min height of waypoint list
6120d90
style: remove unused variable
51874c1
style: run prettier
7949df5
doc: fix typo
8db1091
refactor: avoid inline styles
e2f930f
run pod install with updated cocoapods
4b426eb
style: remove inline style
5fb9731
style: use const and Boolean
477bd29
Merge branch 'main' into hayata-add-map
4b2f25f
fix: cleanup listeners
f251a90
feat: display different message for online pending map
8140995
Merge branch 'main' into hayata-add-map
da18fef
chore: update package lock json
b68032f
style: run prettier
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here