afeiship / rn-drop-cooperation

React native drop cooperation app. https://aixinchou.shuidihuzhu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#rn-drop-cooperation: React native drop cooperation app. https://aixinchou.shuidihuzhu.com/

##resources:

change ip solution(Check your hosts file):

/*jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];*/
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];

hosts file:

  • 127.0.0.1 localhost

##todo:

  • complete swiper for home-content.
  • fetch data from mock server.
  • complete item-template for home-content.
  • scrollview or list view form home-content.

About

React native drop cooperation app. https://aixinchou.shuidihuzhu.com/

License:MIT License


Languages

Language:JavaScript 59.9%Language:Objective-C 24.0%Language:Python 9.0%Language:Java 7.1%