The Wayback Machine - https://web.archive.org/web/20200523170414/https://github.com/topics/react-native-component
Skip to content
#

react-native-component

Here are 221 public repositories matching this topic...

gabrielecirulli
gabrielecirulli commented Sep 3, 2019

Bug

On iOS 13 and in some cases on iOS 12 the blurAmount prop has no effect at all: whether it's set to 0 or 100, you get the same amount of blur.

iOS 13, blurType set to dark

In the following screenshot you can see a comparison of iOS 12 (left) and iOS 13 (right) with blurType="dark" and blurAmount={1}. Note how blurAmount is disregarded on iOS 13

<img width="937" alt

singleseeker
singleseeker commented Oct 17, 2018
☁  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
nferrara100
nferrara100 commented Feb 14, 2020

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)}>
       
dengue8830
dengue8830 commented Dec 10, 2018

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",
   
jckw
jckw commented Aug 28, 2019

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

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.