react-native-acoustic-mobile-push-textinput-beta
Advanced tools
Comparing version 3.9.9 to 3.9.10
@@ -26,3 +26,3 @@ { | ||
"peerDependencies": { | ||
"react-native-acoustic-mobile-push-beta": "3.9.9" | ||
"react-native-acoustic-mobile-push-beta": "3.9.10" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
"summary": "react-native ios android mobile push Campaign", | ||
"version": "3.9.9" | ||
"version": "3.9.10" | ||
} |
# react-native-acoustic-mobile-push-textinput-beta | ||
### Plugins | ||
Contains Android/iOS native SDKs + the wrapper code to create plugins for React Native | ||
Optional Campaign plugin android textinput feature. | ||
### Plugin Dependencies | ||
react-native-acoustic-mobile-push-beta | ||
react-native-acoustic-mobile-push-inapp-beta | ||
react-native-acoustic-mobile-push-inbox-beta | ||
---- | ||
@@ -10,37 +13,11 @@ | ||
# SampleApp | ||
Contains iOS / Android native applications that build the shared react views [`/screens`] & the sdk plugin(s) | ||
## Install | ||
Add `react-native-acoustic-mobile-push-textinput-beta` to the project. | ||
## Build | ||
- Please see React Native's Guide(s) on how to setup your environment: https://reactnative.dev/docs/environment-setup | ||
- Once your environment is setup install the packages - including sdk plugins: | ||
* `cd SampleApp` | ||
* `yarn install` | ||
```shell yarn | ||
yarn add react-native-acoustic-mobile-push-textinput-beta | ||
``` | ||
### Run Android | ||
* `brew install android-platform-tools` | ||
* `npx react-native run-android` | ||
### Run iOS | ||
* `cd ios` | ||
* `pod install` | ||
* open `.xcworkspace` file in xcode | ||
* build to device or simulator | ||
### Testing the Sample app | ||
Tests are stored in the `SampleApp/e2e` directory. All test files of the form `*.spec.js` will be automatically picked up and run by the CI pipeline. | ||
To run tests, first build the app using the desired configuration using `detox -c [config name] build`, then run the tests using `detox -c [config name] run`. | ||
Available configurations are: | ||
* ios-15 | ||
* ios-14 | ||
* ios-13 | ||
* android-31 | ||
* android-30 | ||
* android-29 | ||
* android-28 | ||
* android-27 | ||
* android-25 | ||
Test results will be placed in `SampleApp/test-results.xml`. | ||
```shell npm | ||
npm i react-native-acoustic-mobile-push-textinput-beta | ||
``` |
Sorry, the diff of this file is not supported yet
7859
23