Last active
October 31, 2017 14:48
-
-
Save andreafalzetti/1cd9e8c9cd5af3b37e8b2f77d68a87df to your computer and use it in GitHub Desktop.
Picasso Code Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const reactStringReplace = require('react-string-replace'); | |
import PushNotification from 'react-native-push-notification'; | |
var jwtDecode = require('jwt-decode'); | |
const auth0 = new Auth0(constant.AuthDomainName); | |
import DateTimePicker from 'react-native-modal-datetime-picker'; | |
class Example extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
.... | |
skip 1600 lines | |
.... | |
export default connect(mapStateToProps, mapDispatchToProps)(Example) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment