Starting to create a react native client for the bot ready example.

This commit is contained in:
Filipi Fuchter
2025-01-29 19:00:42 -03:00
parent 5d0486a26f
commit 95c8346cb5
14 changed files with 11317 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// Learn more https://docs.expo.io/guides/customizing-metro
const { getDefaultConfig } = require('expo/metro-config');
module.exports = getDefaultConfig(__dirname);