/rn-drop-cooperation

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

Primary LanguageJavaScriptMIT LicenseMIT

#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.