React Native adaptive view

This commit is contained in:
Federico Kereki
2018-09-02 13:40:27 -03:00
parent 43945d111c
commit 0424e78c8c
16 changed files with 708 additions and 22 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
import React from "react";
import { Provider } from "react-redux";
import { store } from "./src/regionsApp/store";
import { Main } from "./src/regionsApp/main";
import { store } from "./src/adaptiveApp/store";
import { Main } from "./src/adaptiveApp/main";
export default class App extends React.PureComponent<> {
render() {