No Image

React Native: All about issues

October 21, 2018 hung-nb 0

XCode AppDelegate.m:12:9: ‘React/RCTBundleURLProvider.h’ file not found In Xcode do the following: Product -> Scheme -> Manage Schemes Click ‘+’ at the Target Select “React” if […]

No Image

Android: All about layout

September 14, 2018 hung-nb 0

[h2]Optimize nested layout[/h2] The less (nesting level) the better Stop using layout_weight in LinearLayout “Tools > Layout Inspector” to inspect Layout

No Image

Android: All about Network

September 14, 2018 hung-nb 0

[h2]How to identify APIs being requested?[/h2] Use “View > Tool Windows > Android Profiler” tool to inspect network traffic. You may need to enable advanced […]

No Image

Visual Studio Code

June 9, 2018 hung-nb 0

Common My VSCode setting How to open VSCode setting? How to auto fix eslint when saving Set the following in settings.json of VSCode How to […]