Skip to content

Instantly share code, notes, and snippets.

@andreafalzetti
Last active October 31, 2017 14:48
Show Gist options
  • Save andreafalzetti/1cd9e8c9cd5af3b37e8b2f77d68a87df to your computer and use it in GitHub Desktop.
Save andreafalzetti/1cd9e8c9cd5af3b37e8b2f77d68a87df to your computer and use it in GitHub Desktop.
Picasso Code Sample
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