react-native-prompt-android icon indicating copy to clipboard operation
react-native-prompt-android copied to clipboard

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.

Results 32 react-native-prompt-android issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

We don't have an onDismiss callback on js side.

AlertIOS is replaced with Alert in 0.59.0 for iOS - better to update this

Changed: 'import android.support.v7.app.AlertDialog;' to 'import androidx.core.app.NotificationCompat;' Added: 'import androidx.appcompat.app.AlertDialog; to RNPromptFragment.java to bring in line with AndroidX standard.

Hi, react-native-prompt-android/index.ios.js ` AlertIOS.prompt(title, message, callbackOrButtons, options.type, options.defaultValue); ` https://facebook.github.io/react-native/docs/alertios static prompt(title: string, [message]: string, [callbackOrButtons]: ?((text: string) => void), ButtonsArray, [type]: AlertType, [defaultValue]: string, **[keyboardType]**: string): [object Object] will...

Building with react 0.56 for android produces the folowing build errors: ``` .../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. .../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: AAPT:...