ordering-ui-react-native 0.21.12 → 0.21.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.21.12",
3
+ "version": "0.21.13",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -118,7 +118,7 @@ export const Otp = (props: otpParams) => {
118
118
  </OText>
119
119
  <OtpInputs
120
120
  ref={inputRef}
121
- autofillFromClipboard
121
+ autofillFromClipboard={false}
122
122
  numberOfInputs={pinCount || 6}
123
123
  style={loginStyle.container}
124
124
  inputStyles={loginStyle.underlineStyleBase}