mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Merge obs list, obs card, and user profile into main (#4)
* Obs detail screen skeleton; move safe area view to wrapper component * Progress on obs detail * Get ids and photos from api v2 * Fetch data needed for data tab in obs detail * Create basic map for data tab, centered on lat/long * Create linked realms for photos and identifications; access these on obs detail screen * User Profile and more setup for test suite * Delete coverage directory * Add Jest coverage folder to gitignore * Keep trying to mock out fetch for inatjs in ObsList.test.js * Rename ObsList.test to match component name
This commit is contained in:
committed by
GitHub
parent
845004b0df
commit
ff6789c32c
@@ -6,5 +6,9 @@ module.exports = {
|
||||
"comma-dangle": [2, "never"],
|
||||
"space-in-parens": [2, "always"],
|
||||
"prettier/prettier": 0
|
||||
},
|
||||
// need this so jest doesn't show as undefined in jest.setup.js
|
||||
env: {
|
||||
"jest": true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user