Adam Wilson
01ba0f8451
Add iPad landscape launch image (#2473 )
6 лет назад
Gareth Steyn
8cbb9477ce
Check if sharedBridge is valid instead of only checking for not null (#2584 )
6 лет назад
yogevbd
d971a894bf
More indentation fixes
6 лет назад
yogevbd
ceb315118c
reloading in debug mode fix
6 лет назад
yogevbd
a0d9518117
launchArgs format
6 лет назад
yogevbd
a90752dd78
launch args fix
6 лет назад
yogevbd
d6356133bf
getInitialProps ios support (#2606 )
6 лет назад
yogevbd
56dcc9b5c8
fixed storyboard crash
6 лет назад
Ryan Davies
c02c5405fa
Support launch storyboards as splash screens on iOS (#1165 )
* Support launch storyboards as splash screens
6 лет назад
Jason Merino
29c47af6d4
Adds launch image for iPhone X and iPad to showSplashScreen. (#2321 )
6 лет назад
Ran Greenberg
93237a0bc3
add backButtonImage to app style in order to custom the default back button arrow image with provided image (#1834 )
7 лет назад
Ran Greenberg
9ad3baa4a4
add appStyle support for iOS (Android already support) 🤖 (#1772 )
7 лет назад
Guy Carmeli
0c4d40bd23
Currently visible screen (#1581 )
* added method for getting the currently visible screen ID. Can be useful to decide if logic should be applied according to screen visibility, for example: set buttons/title dynamically, or even determine that you don’t need to show the same screen again if it’s the current one that’s showing
* Implement getCurrentlyVisibleScreenId on Android
Can be used statically:
Navigation.getCurrentlyVisibleScreenId() - returns the unique screen
instance id
With a navigator instance:
await this.props.navigator.screenIsCurrentlyVisible() - resolves a
promise that checks if the current screen is visible
7 лет назад
Daniel Zlotin
2666cb1644
Revert "Use UIStoryboard methods for presenting a splash screen on iOS (#1453 )" (#1457 )
This reverts commit 36d2c7e35c .
7 лет назад
Eli Perkins
36d2c7e35c
Use UIStoryboard methods for presenting a splash screen on iOS (#1453 )
This uses the proper methods for instantiating the initial view on iOS.
By utilizing these methods, we can stand up the initial view controller
from the storyboard.
See also:
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252 -SW41
7 лет назад
Daniel Zlotin
cc94e023a1
migrated ios to RN41.2, bugs not included
7 лет назад
Daniel Zlotin
18b1e8f59b
copy controllers code to here - a start of something beautiful
8 лет назад