Change to test version

index.android.js   change true to false

解开7,12的注释

import TestPage from './TestPage.js';

AppRegistry.registerComponent('WecomProject', () => TestPage);

Change to test version_第1张图片

test.js  import MapViewTest from './test/MapViewTest'

this.testData = [

{

title:'地图', view:MapViewTest

},

你可能感兴趣的:(Change to test version)