react-native-gh-notetaker
react-native-gh-notetaker copied to clipboard
`url` is deprecated
ActivityIndicatorIOS is deprecated.
``` class Dashboard extends React.Component{ render(){ return( This is the dashboard {this.props.userInfo} ) } }; ``` Should instead just show one property or a way to turn the object into...
Hey, I keep hitting a problem with the call to Firebase. I've tried 5 different ways, but I keep getting this error when I hit: "Go To Notes": ``` Possible...