Update to expo 40

This commit is contained in:
2021-01-01 19:13:31 +01:00
parent e7e63e399c
commit 17d293d9d8
5 changed files with 5698 additions and 7052 deletions

View File

@@ -7,7 +7,7 @@ import {
Image,
ImageBackground
} from "react-native";
import styled from "styled-components";
import styled from "styled-components/native";
import getRandomPoint from "../helpers/getRandomPoint";
import { noColor } from "../helpers/config";
@@ -22,7 +22,7 @@ const Home = () => {
// const [isReady, setIsReady] = useState(false);
function handleTouch() {
newPoint = getRandomPoint();
let newPoint = getRandomPoint();
setPoint(newPoint);
}