Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

App crashes when offline bundle is created #179

Description

@selvananbu

Hi all i use the following line of code and when i tried to create release apk it crashes.Any help is appreciated.

import { Button } from 'react-native-material-design'; export default class App extends Component<Props> { render() { return ( <View style={styles.container}> <Button text="NORMAL FLAT" onPress={()=> console.log("I pressed a flat button")} /> </View> ); } }

I have the following RN and material design version.The App works perfectly in debug mode.

"react": "16.2.0",
"react-native": "0.53.3",
"react-native-material-cards": "^1.0.7",
"react-native-material-design": "^0.3.7",
"react-native-material-ui": "^1.20.0",
"react-native-vector-icons": "^4.5.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions