helloworq

Results 4 comments of helloworq

change the font is the only solution

> > > > 解码后同样错误: > > ``` > save failed [Error: Unsupported Uri content://com.android.externalstorage.documents/tree/primary:Documents] > ``` have you solved this problem?

> 就我而言,(网络上的水平平面列表),我需要为 Flatlist 组件添加宽度,即使没有 getItemLayout 它也能工作 > > ``` > > const ITEM_WIDTH = 550; > > const swiperRef = useRef(null); > const onViewChanged = React.useRef(({ viewableItems }) => {...

> Hi @bberak , thank you for your answer. > > with [Gamepad Controller System](https://github.com/bberak/react-native-game-engine-template/blob/master/src/game/systems/gamepad-controller.js), How i detect "up", "left", "down", "right" events? > > I just need to call...