forked from Path-Check/safeplaces-dct-app
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #6
Merged
Merged
Merge #6
Conversation
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
* Enhancing the License screen The kebab > License screen now is a combination of an About screen and a license. The top of the screen shows information about the current app version, OS version on which it is running and screen resolution info. Below that is license test. It pulls from the new LICENSE.json in the assets directory. It will render an array of licenses, so later we can add the licenses of components we use in addition to the main Private Kit MIT license. * Remove debugging console.log() message
Co-authored-by: Harsh Vitra <[email protected]>
Co-authored-by: Harsh Vitra <[email protected]>
* Update index.js * Update locationTracking.json * Create overlap.json
Fix breaking gradle error
* Add jest snapshot testing to the main views This adds jest snapshot testing the main views for the application. The main views it covers are: * Export * Import * Licenses * LocationTracking * News * Overlap * Welcome The tests are run using `yarn test`. Mock setup has been added for some of the react native packages so the testing doesn't have to rely on the packages. Cleaned up some of the formatting in the language files to not include the trailing comma on the last property. This was throwing errors for some of the jest tests. Add jestSetupFile to setup some of the mocks for the tests * Update tests after rebasing the develop branch * Fix LICENSES json due to failing test * Add mock for react-native-zip-archive
* Andy's translation for the missing licenses file * Update index.js
The custom styles were taken from https://snazzymaps.com/style/127403/no-label-bright-colors which was linked to in the issue #243 Closes #243
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.