-
```
`state = {
visnames: [
{
id: 1,
name: 'JavaScript',
},
{
id: 2,
name: 'Java',
},
{
…
-
## 為甚麼用 Expo
在受夠 RN 要跟模擬器打交道以及其他各種奇怪的 bug 之後決定放棄,使用 Expo 這種可以無腦玩的方式。
畢竟現在也只是牛刀小試一下而已~
## 常用連結
https://reactnative.dev/ RN 官網
https://expo.io/ expo 官網
https://reactnavigation.org/ 導航 library
h…
-
## 🐛 Bug Report
console output
```bash
npm ERR! code EWORKSPACESCONFIG
npm ERR! workspaces config expects an Array
npm ERR! A complete log of this run can be found in:
npm ERR! /home/shrey…
-
### Describe the bug
When using importing objects/types from another node package in a yarn workspace, the compiler throws an error. I've set up minimum example that causes this issue below, which I'…
-
### Current Behavior
I have an animated positions variable that tracks the values of the position
and i also passed scrollEnabled props to the render component which is "Scroll View"
so onSettle …
-
Hi
I would like to have a way to configure animation using ui.kitten.
For exemple when opening modal, select or menu etc.
Is there a way to do it properly? (using the theme for exemple, to preser…
mdebo updated
2 years ago
-
Hi, I was trying to change the DayPicker's popover style to take the full width of the anchor component (the input filed). This is possible with the Popover component using the fullWidth property.
…
-
Description:
When enabling the user to toggle the secure text entry flag on a text input, on Android, two issues are occurring:
1. The keyboard does not automatically come up when rendering; the use…
-
[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: 'Reaction[Reaction@1]' Error: [serializr] Failed to find default schema for undefined
-
## 💬 Question
I am trying to use [`@ui-kitten/metro-config`](https://akveo.github.io/react-native-ui-kitten/docs/guides/improving-performance#improving-performance) with the new [EAS build](https:/…