Minimal functional SDK 44 app.

This commit is contained in:
Patrick Fic
2022-01-12 15:17:09 -08:00
parent a0edcca07b
commit 30ae80c62c
5 changed files with 2520 additions and 2839 deletions

View File

@@ -5,7 +5,7 @@ import { createStackNavigator } from "@react-navigation/stack";
import i18n from "i18next";
import React, { useEffect } from "react";
import { Button } from "react-native-paper";
import { SafeAreaView } from "react-native-safe-area-context";
import { SafeAreaView } from "react-native";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { logImEXEvent } from "../../firebase/firebase.analytics";