Move commons into /app (#2486)

* stash

* move commons into the app
This commit is contained in:
Ilja Daderko
2019-08-14 13:42:08 +03:00
committed by GitHub
parent 800ee77532
commit b40d44c57e
122 changed files with 249 additions and 460 deletions

View File

@@ -15,7 +15,7 @@
*
*/
import { isNull, isNumber, isString } from '@react-native-firebase/common';
import { isNull, isNumber, isString } from '@react-native-firebase/app/lib/common';
const CONSTANTS = {
VIEW_FROM_LEFT: 'left',