David Chang
David Chang
Actually, presenting another view controller in `viewDidLoad` will break even a simple built-in present style `UIModalPresentationStyle`. So put code in `viewDidAppear` is the correct way.
Hi Kenpig, I am not familiar with state restorations, would you mind providing a sample project for me to diagnosing the issue? Cheers! On Sat, Jan 11, 2014 at 11:26...
Hi Kenpig, Do you send as email attachment? I am not sure if GitHub support showing email attachment from issues because I cannot found the sample project you mentioned. On...
Feel free to send to my email: `zeta11235813 [at] gmail [dot] com`
Hi, whole this custom `UIStoryboardSegue` idea is highly tightened to the storyboard technique. There is no way (as far as I know) to create a segue programmatically, but you can...
Hi @gcorreaalves , thanks for working on this! This looks like an elegant solution, have you encounter any issue while building directly with Xcode or Gradle (for Android)?
I think it will be automatically pickup by the build script in Xcode (which will invoke react-native packager), please do let me know if you see a different result building...
This might be a cool feature! And actually you can edit the file importing the configs to trigger an update without restarting the packager. Sibelius Seraphini 於 2017年1月26日週四 下午8:00 寫道:...
@j2kun, I've done some survey recently. An initial attempt is to update those files depending on `react-native-dotenv` (only mtime of the file without modifying content), but it looks like the...
This is really helpful! Would love to help if you want to work on it. Some solution I have in mind so far is like the following, ```js // Before...