Skip to content

Instantly share code, notes, and snippets.

View shixiaoquan's full-sized avatar

Quan shixiaoquan

  • suzhou,jiangsu
View GitHub Profile
@ashrithks
ashrithks / nestedScrollview
Created October 31, 2017 13:55
nestedScrollview in react native
import React, { Component } from 'react';
import { View, ScrollView } from 'react-native';
export default class App extends Component {
constructor() {
super();
this.state = {
enabled:true
};
}