react-native-component
Here are 221 public repositories matching this topic...
☁ Basic [master] react-native start
Scanning 559 folders for symlinks in /private/tmp/react-native-side-menu/examples/Basic/node_modules (8ms)
┌────────────────────────────────────────────────────────────────────────────┐
│ Running packager on port 8081. │
│ │
│ Ke
The following section of the readme was misleading in my case:
Confusing section
Note:
If your row is touchable (TouchableOpacity, TouchableHighlight, etc.) with an onPress function make sure renderItem returns the Touchable as the topmost element.
GOOD:
renderItem={ data => (
<TouchableHighlight onPress={this.doSomething.bind(this)}>
just copied the example swiper provided by the repo and it throws an Warning: Invalid argument supplied to oneOf, expected an instance of array. but the swiper works fine
my package.json
{
"name": "taxitul",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
Separator not working, fixed by change '||' into '&&' -> logical error
Dropdown height hardcoded leading to missing height modal on dynamic options number, fixed by deleting height on style -> styling error
already created PR in : sohobloo/react-native-modal-dropdown#228
hope this help
The current declaration file specifies doesn't specify any props as optional, although most actually are. This makes the package difficult to use in TypeScript projects without lots of @ts-ignores.
The examples in the README also make it clear that most props aren't required. If I can get some guidance on what is o
With RN 0.30.0, warnings appear about the two props mentioned in the title:
<Warning>: Warning: Failed prop type: Required prop `stickyHeaderIndices` was not specified in `SGListView`.
It's easy to get rid of the warnings by adding the default values (1000 and [], respectively).
This is the relevant bit in the RN code: https://github.com/facebook/react-native/blob/975d196c67dfbe657e902
-
Updated
May 7, 2020 - JavaScript
Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' an a null object reference
0.61.4使用时出错
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-camera": "^3.9.0",
"react-native-qrcode-scanner": "^1.3.0"
},
Warnings in RN 0.61
componentWillReceiveProps and componentWillMount are being used by this package, but they are now deprecated by react and their use discouraged. This causes warnings in newest react native. Needs to be rewritten. See:
https://reactjs.org/docs/react-component.html#unsafe_componentwillmount
https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops
-
Updated
May 15, 2020 - JavaScript
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Mar 28, 2020 - Java
RN: 0.59
react-native-maps: jerolimov/react-native-maps#fix-rn59rc-compile-issues
I have 1 problem to solve when redner MapView i want custom number in cluster. By default it is number marker near region. Is possible to custom this number?Can you show me how thanks kiu
Can you provide the support for InputAccessoryView in which the suggestion list will stick on top of the keyboard on iOS?
Something like this:
Thanks.
-
Updated
Apr 15, 2020 - JavaScript
Add yarn support
Let's get yarn
Spec:
- Get Yarn support
- Update readme to include yarn install instructions
Verification:
$ yarn installshould work flawlessly
The docs state that prepareForSizeDisplay takes Rect(width, height) but that's not a thing in JavaScript.
I tried supplying an Object instead but that also doesn't work.
Can the docs be updated with the correct information, because currently prepareForSizeDisplay doesn't seem to be usable.
-
Updated
Jun 9, 2018 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 17, 2020 - TypeScript
Type definitions
Would be nice to have type defs for this.
My project is all typescript and the linter complains about the missing types for this package.
-
Updated
Nov 29, 2019 - Objective-C
-
Updated
Sep 6, 2019 - Java
Improve this page
Add a description, image, and links to the react-native-component topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-native-component topic, visit your repo's landing page and select "manage topics."




Bug
On iOS 13 and in some cases on iOS 12 the
blurAmountprop has no effect at all: whether it's set to 0 or 100, you get the same amount of blur.iOS 13,
blurTypeset todarkIn the following screenshot you can see a comparison of iOS 12 (left) and iOS 13 (right) with
blurType="dark"andblurAmount={1}. Note howblurAmountis disregarded on iOS 13<img width="937" alt