How to use the antd-mobile-rn.Modal.operation function in antd-mobile-rn

To help you get started, we’ve selected a few antd-mobile-rn examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gyxing / react-native-book / app / containers / Home.js View on Github external
onLongClick = item => {
        Modal.operation([
            {
                text: (
                    
                ),
                onPress: () => {
                    this.props.dispatch(
                        NavigationActions.navigate({ routeName: "Detail", params: item })
                    );
                },
                style: { textAlign: "center" }
            }, {
                text: (

antd-mobile-rn

基于蚂蚁金服移动设计规范的 React Native 组件库

MIT
Latest version published 5 years ago

Package Health Score

67 / 100
Full package analysis