mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-08-07 04:42:57 -04:00
Use babel-plugin-module-resolver (#188)
* Add alias and update eslint/flow to resolve modules * Update aliases for components and api * Add other src directories to module resolver aliases
This commit is contained in:
1 parent
dc124d4c72
commit
c4d9cd4dc6
201 files changed
+2519
-1362
No files matched your search
@@ -1,8 +1,8 @@
|
||||
import { NavigationContainer } from "@react-navigation/native";
|
||||
import { render } from "@testing-library/react-native";
|
||||
import UserProfile from "components/UserProfile/UserProfile";
|
||||
import React from "react";
|
||||
|
||||
import UserProfile from "../../../../src/components/UserProfile/UserProfile";
|
||||
import factory from "../../../factory";
|
||||
|
||||
const testUser = factory( "RemoteUser" );
|
||||
|
||||
Reference in new issue
Block a user