This is an Expo project created by Benjamín Alonso Bobadilla Moya! The app was tested on iOS
-
Install dependencies
npm install
-
Make a file called expo-var.ts with
export const OPENAIAPIKEY = '' /* You need to add EXPO_PUBLIC_WOLFRAM_ALPHA_API_KEY, EXPO_PUBLIC_OPENAI_API_KEY into eas secret:create with your API keys. */
-
Add these environment variables into expo-var.ts (and do
eas secret:create --scope project --name NAME --value VALUE
) -
Make your code
-
Start the app for developing with Expo Go
npx expo start --go