litt1e-p
litt1e-p
there are some errors raised as below: ``` error: bundling failed: Error: Unable to resolve module `../node_modules/react-native/src/utils/MobxProvider` from `/Users/mac/Desktop/JJJkkk/src/index.js`: The module `../node_modules/react-native/src/utils/MobxProvider` could not be found from `/Users/mac/Desktop/JJJkkk/src/index.js`. Indeed, none...
same error were still raised.
thanks for your answer, now the app could run successfully on my iPhone with `react-native start -- --reset-cache` & `cmd+r` in Xcode, but it still could not run in simulator...
maybe your `stroke-width` is too small...
please check your browser scale. maybe reset 100% will works
in my UITableViewController.m just add below 4 lines code and NJKScrollFullScreen work well: self.edgesForExtendedLayout = UIRectEdgeAll; self.extendedLayoutIncludesOpaqueBars = YES; _scrollProxy = [[NJKScrollFullScreen alloc] initWithForwardTarget:self]; self.tableView.delegate = (id)_scrollProxy;
for [hexo-theme-jane](https://github.com/hejianxian/hexo-theme-jane/): ``` var gitment = new Gitment({ id: '', owner: 'github id', repo: 'github issue repo', oauth: { client_id: 'XXX', client_secret: 'XXXX', }, }) ```
append `.safariView(` to wrapper view will do helped
is it possible to add subView at window?