-
"native-base": "^2.7.1",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-animatable": "^1.3.0",
"react-native-blur": "^3.2.2",
"react-native-elements": "^0.19.1",
"react-native-image-…
-
Check if the following is supported:
- [x] WebView
- [x] ART
- [ ] [React Native vector icons](https://github.com/oblador/react-native-vector-icons)
-
Installing APK 'react-native-vector-icons-debug-androidTest.apk' on 'Pixel_2_XL_API_28(AVD) - 9' for react-native-vector-icons:debugAndroidTest
Installed on 1 device.
BUILD SUCCESSFUL
Total tim…
-
## Description
On click of Button when API is hit at background, user should be acknowledged about the status of it by toggling from text button to spinning / loading Icon button. And this icon sho…
-
### Question
How do I optimize the speed of wallet creation, I have followed the library guide but wallet creation is still taking 15 to 20 seconds
I am missing some configuration steps but I am …
-
[react-native-elements](https://github.com/react-native-training/react-native-elements)
[官方文档](https://react-native-training.github.io/react-native-elements/docs/getting_started.html)
版本号: v1.0.…
-
I'm looking to include https://lucide.dev/ icon library to the repo.
I find the barrier that I do not see clear the steps to follow.
When cloning the repository, I have an error after executing …
Qu4k3 updated
2 years ago
-
Another primitive I see missing is Icon. Icons might be able to be shoehorned into `Text` or `Image` primitives however I think that would just muddy them both up.
This one might actually be a bit …
-
### Current behaviour
When a `react-native` `TextInput` is inside of a `Portal` (even if as a descendant, say, inside nested `View`s inside of a `Modal` ), when the user types, it will (incon…
-
Regarding the following example:
```tsx
import React, { FC } from 'react';
import { View } from 'react-native';
import { FontAwesome5, MaterialIcons } from '@expo/vector-icons';
const Example…