OpalFire
OpalFire
app:pb_cornerRadius="20dp" Answer Provided by @protectedMan .Issue point to #53
``` Versioning{ dev{ major 2 minor 3 . . } prod{ major 1 minor 1 . . } } android { ... defaultConfig {...} buildTypes {...} flavorDimensions "stage", "mode" productFlavors...
Also `Search `for finding the views when importing id
Sorry , for not providing the details or context. > This happens only in release mode :-> ``` Bitmap bitmap = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.ic_check_white_24dp); btnUpdateStatus.doneLoadingAnimation(R.color.green_complete, bitmap); ``` When using the above...
Pod::Spec.new do |s| s.name = "RNToasty" s.version = "1.0.0" s.summary = "RNToasty" s.description = "FILE_LICENSE" } s.author = { "author" => "[email protected]" } s.platform = :ios, "7.0" s.source = {...
> @Under-Warz - just to make sure, did you set both `enabledInnerScrolling` and `enabledContentTapInteraction` to false? Set `enabledInnerScrolling` and `enabledContentTapInteraction` to false to make work with `onPress()`