Removed every pointer event bounding-box due to no support with react native

This commit is contained in:
Clément Le Bihan
2023-11-27 17:52:23 +01:00
parent 9f57e8ac67
commit 92169bf485

View File

@@ -1,16 +0,0 @@
FROM ubuntu:22.04 as buildandroid
# Install dependencies (yarn, nodejs, git, etc.)
RUN apt-get update && apt-get install -y \
curl \
git \
gnupg \
unzip \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN npm install -g expo-cli
RUN eas login --non-interactive --username $EAS_USERNAME --password $EAS_PASSWORD
RUN eas:configure -p android