MilkDog
Results
3
comments of
MilkDog
index.js at the head replace:import React, { Component } from 'react'; //import React from 'react-native'; import { Text, TouchableOpacity, View, Image, ListView, } from 'react-native'; import PropTypes from 'prop-types'; import...
Basecomment.js: import React, { Component } from 'react'; //import React from 'react-native'; export default class BaseComponent extends Component { _bind(...methods) { methods.forEach( (method) => this[method] = this[method].bind(this) ); } }