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,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};