index.android.js change true to false
解开7,12的注释
import TestPage from './TestPage.js';
AppRegistry.registerComponent('WecomProject', () => TestPage);
test.js import MapViewTest from './test/MapViewTest'
this.testData = [
{
title:'地图', view:MapViewTest
},