peckish icon indicating copy to clipboard operation
peckish copied to clipboard

Results 5 peckish issues
Sort by recently updated
recently updated
newest added

{ [SyntaxError: JSON Parse error: Unrecognized token '

Hello Jon, (first of all, thanks a lot for your videos, I've learned a lot). I'm currently following your "Getting Started with React Native and Redux" videos. (Step 10) NavigationExperimental...

After completing the fifth video I am getting an error that says 'undefined is not a function(evaluating 'this.props.addRecipe()')

Getting this error in AppContainer.js After include the redux connect **export default connect(state => { return{} }, mapDispatchToProps )(AppContainer);** Check this screenshot -> https://cloud.githubusercontent.com/assets/16603533/21046818/7af654da-be2c-11e6-9dd8-cc1b6e575325.png Dependencies are -> "dependencies": { "react":...

i run that code: import React, { Component } from 'react' import ReactNative from 'react-native' const { View, Text, } = ReactNative class AppContainer extends Component{ render(){ return I am...