Tycho Tatitscheff
|
bf0cca0bae
|
Update build.gradle (#45)
gradle 2.2.1 is no more resolved on maven. This resuts in a build error like:
```
* What went wrong:
A problem occurred configuring project ':react-native-image-picker'.
> Could not resolve all artifacts for configuration ':react-native-image-picker:classpath'.
> Could not find any matches for com.android.tools.build:gradle:2.2.+ as no versions of com.android.tools.build:gradle are available.
Searched in the following locations:
- https://jcenter.bintray.com/com/android/tools/build/gradle/maven-metadata.xml
- https://jcenter.bintray.com/com/android/tools/build/gradle/
Required by:
project :react-native-image-picker
```
RNSvg already fix here : e48dbdb08b (diff-c31b32364ce19ca8fcd150a417ecce58)
|
2018-12-18 12:53:56 +01:00 |
|
Guillaume Duveau
|
68424adc39
|
Support project-wide properties, replace deprecated configuration (#41)
|
2018-12-05 08:19:35 +01:00 |
|
Janic Duplessis
|
ece5b6ef6a
|
Use commitAllowingStateLoss instead of commit (#24)
This fixes a crash I saw in production on Android `java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState`. The fix is based on the comment here https://stackoverflow.com/questions/7575921/illegalstateexception-can-not-perform-this-action-after-onsaveinstancestate-wit.
The crash stopped happening since deploying this fix.
Fixes #20
|
2018-10-11 12:44:34 +02:00 |
|
Thibault Malbranche
|
0daa7e2ef7
|
Rename RNScreen to RNScreens to stay consistent (#27)
|
2018-10-08 09:06:12 +02:00 |
|
blake
|
851fed90c8
|
fixes setActive method when the param is not int type in Android
|
2018-09-17 14:14:59 +08:00 |
|
Krzysztof Magiera
|
8e13c58b6e
|
Get rid of stackcontainer (for now)
|
2018-09-07 18:04:08 +02:00 |
|
Krzysztof Magiera
|
70c022c628
|
Fix mounting nested fragments in the same transaction
|
2018-08-21 11:02:39 +02:00 |
|
Krzysztof Magiera
|
d6ae2caea8
|
Use int as a type for 'active' prop to make it animatable on Android
|
2018-08-13 19:35:21 +02:00 |
|
Krzysztof Magiera
|
31281d6b68
|
Initial commit.
|
2018-08-03 13:54:11 +02:00 |
|