Git Product home page Git Product logo

react-native-effects-view's People

Contributors

ahmedlhanafy avatar arnaudmolo avatar bbb avatar eugenehp avatar frank-xue-porch avatar voronianski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-native-effects-view's Issues

Make compatible with 0.4.3+

This component is using a couple of now depreciated APIs, see release notes @0.4.3. It'd be great to see a compatibility update.

Also, the component should not require react-native. I think it's a better practice to make react-native + a version number a peerDependency.

undefined is not an object (evaluating '_react2.default.PropTypes.bool')

Hi, I'm facing the issue specified in title when using EffectsView component as reported in documentation:

// React and React Native imports
import React from 'react';
import {
    Text,
    View
} from 'react-native';

// Typography imports
import { iOSUIKit } from 'react-native-typography'

// React Native Calendars imports
import { EffectsView } from 'react-native-effects-view';

export default class App extends React.Component {
    render() {
        return (
            <EffectsView
                style={{ flex: 1 }}
                blurStyle="dark"
                vibrantContent={<View><Text style={iOSUIKit.largeTitleEmphasized}>Title</Text></View>}
            >
            </EffectsView>
        );
    }
}

Does anyone have a solution? I'm using react-native v0.50.3 and react-native-effects-view v0.4.0.

Border radius on effects view?

Anyone know how to do this? A good example is application folders on the home screen in iOS 9. I tried borderRadius: 25 as a style prop, but it doesn't seem to do anything

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.