Michael Mao

Results 68 comments of Michael Mao

> please check the url path is temporary path or not , Because if i'm facing this issue in document picker , Picking some files to view the file Viewer...

![image](https://github.com/react-native-elements/react-native-elements/assets/7344437/51984a60-c67f-4d73-b895-54f35d683c05) anything update now for 2024! ???

seems worked with arm, but only one problem ***default-http-backend-xxxxx-rtlj2*** pending with error exec /server: exec format error how to fix this?

onEndReachedThreshold=100

> Unable to resolve "../../assets/svg/icon-owner.svg" from "../src/pages/station-authorization/index.tsx" ``` const path = require('path'); const pak = require('../package.json'); module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: [ [ 'module-resolver',...

nuxt have so many style bugs, sometime lose styles on prod mode, and then dev mode also loss style if upgrade nuxt versions; and also sometimes pages/index.vue style worked in...

it's just a copy random name? different names with the file selected

I used `i18n` to load YAML on 2023/8/16 because the `vite-plugin-yaml` plugin was not usable at that time. ``` import { localesConfigs } from "@/plugins/i18n"; this.adminLoopData = localesConfigs.en[moduleName]?.adminLoopData; ``` I...