git-pull(1) git-push(1) git-quiltimport(1) git-read-tree(1) git-rebase(1) git-receive-pack(1) git-reflog(1) git-relink(1) git-remote-ext(1) git-remote-fd(1) git-remote-helpers(1) git-remote-testgit(1) git-remote(1) git-repack(1) git-replace(1) git-repo-config(1) git...
// Imagine that "userProfile" is a prop that this component received// which includes the deployment key that the current user should use.codePush.sync({deploymentKey:userProfile.CODEPUSH_KEY}); With that change in place, now it's just a matter of choosing how your app determines the rig...
PropTypeDescriptionSince actionId string The action performed on the notification. 1.0.0 inputValue string Text entered on the notification action. Only available on iOS. 1.0.0 notification PushNotificationSchema The notification in which the action was performed. 1.0.0...
CodePush.podspec Fix Xcode 12 compatibility. (#1954) 4年前 LICENSE.md Updating license 9年前 README.md Update Google store guidelines (#1946) 4年前 logging.js work on issues from comments 9年前 package-lock.json Update dependencies (#1940) ...
git-pull(1) git-push(1) git-quiltimport(1) git-read-tree(1) git-rebase(1) git-receive-pack(1) git-reflog(1) git-relink(1) git-remote-ext(1) git-remote-fd(1) git-remote-helpers(1) git-remote-testgit(1) git-remote(1) git-repack(1) git-replace(1) git-repo-config(1) git...
CodePush.podspec Fix podspec (#1271) 7年前 LICENSE.md Updating license 9年前 README.md Bumped RN version in docs (#1404) 6年前 RestartManager.js Update RestartManager.js 8年前 gulpfile.js tsFiles 8年前 logging.js work on issues from comments ...
If textInput prop exists, then user action will automatically become a text input action. The text user inputs will be in the userText field of the received notification. buttonTitle: Text to be shown on button when user finishes text input. Default is "Send" or its equivalent word in ...
propType: func.isRequired default: (e) => (console.log('QR code scanned!', e)) In the event that a QR code or barcode is detected in the camera's view, this specified method will be called. Native Commands The @pushpendersingh/react-native-scanner package also includes a few native...
// Imagine that "userProfile" is a prop that this component received // which includes the deployment key that the current user should use. codePush.sync({ deploymentKey: userProfile.CODEPUSH_KEY });With that change in place, now it's just a matter of choosing how your app determines ...
PropType size numberMethodSignature clear () => void delete (key: K) => boolean forEach (callbackfn: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any) => void get (key: K) => V | undefined has (key: K) => boolean set (key: K, value: V) => this...