@rownd/react-native 0.1.9 → 0.2.0

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.
Files changed (50) hide show
  1. package/README.md +15 -6
  2. package/lib/commonjs/assets/images/error-icon-material.svg +1 -0
  3. package/lib/commonjs/components/AutoSigninDialog.js +21 -14
  4. package/lib/commonjs/components/AutoSigninDialog.js.map +1 -1
  5. package/lib/commonjs/components/BottomSheetTextInput/BottomSheetTextInput.js +65 -0
  6. package/lib/commonjs/components/BottomSheetTextInput/BottomSheetTextInput.js.map +1 -0
  7. package/lib/commonjs/components/BottomSheetTextInput/index.js +16 -0
  8. package/lib/commonjs/components/BottomSheetTextInput/index.js.map +1 -0
  9. package/lib/commonjs/components/BottomSheetTextInput/types.js +6 -0
  10. package/lib/commonjs/components/BottomSheetTextInput/types.js.map +1 -0
  11. package/lib/commonjs/components/DarkText.js +5 -1
  12. package/lib/commonjs/components/DarkText.js.map +1 -1
  13. package/lib/commonjs/components/RowndComponents.js +4 -6
  14. package/lib/commonjs/components/RowndComponents.js.map +1 -1
  15. package/lib/commonjs/components/SignIn.js +53 -51
  16. package/lib/commonjs/components/SignIn.js.map +1 -1
  17. package/lib/commonjs/components/images/ErrorIcon.js +31 -0
  18. package/lib/commonjs/components/images/ErrorIcon.js.map +1 -0
  19. package/lib/module/assets/images/error-icon-material.svg +1 -0
  20. package/lib/module/components/AutoSigninDialog.js +17 -13
  21. package/lib/module/components/AutoSigninDialog.js.map +1 -1
  22. package/lib/module/components/BottomSheetTextInput/BottomSheetTextInput.js +52 -0
  23. package/lib/module/components/BottomSheetTextInput/BottomSheetTextInput.js.map +1 -0
  24. package/lib/module/components/BottomSheetTextInput/index.js +3 -0
  25. package/lib/module/components/BottomSheetTextInput/index.js.map +1 -0
  26. package/lib/module/components/BottomSheetTextInput/types.js +2 -0
  27. package/lib/module/components/BottomSheetTextInput/types.js.map +1 -0
  28. package/lib/module/components/DarkText.js +5 -1
  29. package/lib/module/components/DarkText.js.map +1 -1
  30. package/lib/module/components/RowndComponents.js +5 -5
  31. package/lib/module/components/RowndComponents.js.map +1 -1
  32. package/lib/module/components/SignIn.js +39 -37
  33. package/lib/module/components/SignIn.js.map +1 -1
  34. package/lib/module/components/images/ErrorIcon.js +18 -0
  35. package/lib/module/components/images/ErrorIcon.js.map +1 -0
  36. package/lib/package.json +4 -6
  37. package/lib/typescript/src/components/BottomSheetTextInput/BottomSheetTextInput.d.ts +4 -0
  38. package/lib/typescript/src/components/BottomSheetTextInput/index.d.ts +2 -0
  39. package/lib/typescript/src/components/BottomSheetTextInput/types.d.ts +3 -0
  40. package/lib/typescript/src/components/images/ErrorIcon.d.ts +4 -0
  41. package/package.json +4 -6
  42. package/src/assets/images/error-icon-material.svg +1 -0
  43. package/src/components/AutoSigninDialog.tsx +16 -10
  44. package/src/components/BottomSheetTextInput/BottomSheetTextInput.tsx +57 -0
  45. package/src/components/BottomSheetTextInput/index.ts +5 -0
  46. package/src/components/BottomSheetTextInput/types.ts +3 -0
  47. package/src/components/DarkText.tsx +3 -1
  48. package/src/components/RowndComponents.tsx +3 -3
  49. package/src/components/SignIn.tsx +46 -36
  50. package/src/components/images/ErrorIcon.tsx +11 -0
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Rownd bindings for React Native
4
4
 
5
5
  ## Prerequisites
6
- You must be using React Native v0.64 or higher.
6
+ You must be using React Native v0.61 or higher.
7
7
 
8
8
  ## Installation
9
9
 
@@ -15,11 +15,20 @@ npm install @rownd/react-native
15
15
 
16
16
  Due to some native peer-dependencies, you'll also need to run the following command to get modules with native code working properly.
17
17
 
18
- ```sh
19
- npm install @gorhom/bottom-sheet @react-native-clipboard/clipboard \
20
- react-native-device-info react-native-gesture-handler react-native-mmkv \
21
- react-native-reanimated react-native-sha256 react-native-svg
22
- ```
18
+ > If you already use `react-native-gesture-handler` and/or `react-native-reanimated` run the following command:
19
+ ```sh
20
+ npm install @gorhom/bottom-sheet@2 @react-native-clipboard/clipboard \
21
+ react-native-device-info react-native-gesture-handler@1 react-native-mmkv \
22
+ react-native-reanimated@1 react-native-sha256 react-native-svg
23
+ ```
24
+
25
+ > If you **do not** use the aforementioned libraries _or_ are on v2.x, run this command instead:
26
+ ```sh
27
+ npm install @gorhom/bottom-sheet @react-native-clipboard/clipboard \
28
+ react-native-device-info react-native-gesture-handler react-native-mmkv \
29
+ react-native-reanimated react-native-sha256 react-native-svg
30
+ ```
31
+
23
32
 
24
33
  Once those are installed, run this command to ensure the iOS build can find the native components.
25
34
 
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M24 34q.7 0 1.175-.475.475-.475.475-1.175 0-.7-.475-1.175Q24.7 30.7 24 30.7q-.7 0-1.175.475-.475.475-.475 1.175 0 .7.475 1.175Q23.3 34 24 34Zm-1.35-7.65h3V13.7h-3ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 23.95q0-4.1 1.575-7.75 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24.05 4q4.1 0 7.75 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm.05-3q7.05 0 12-4.975T41 23.95q0-7.05-4.95-12T24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24.05 41ZM24 24Z"/></svg>
@@ -11,14 +11,18 @@ var _reactNative = require("react-native");
11
11
 
12
12
  var _bottomSheet = require("@gorhom/bottom-sheet");
13
13
 
14
- var _usehooksTs = require("usehooks-ts");
14
+ var _package = _interopRequireDefault(require("@gorhom/bottom-sheet/package.json"));
15
15
 
16
- var _vectorIcons = require("@expo/vector-icons");
16
+ var _usehooksTs = require("usehooks-ts");
17
17
 
18
18
  var _hooks = require("../hooks");
19
19
 
20
20
  var _GlobalContext = require("./GlobalContext");
21
21
 
22
+ var _ErrorIcon = _interopRequireDefault(require("./images/ErrorIcon"));
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
25
+
22
26
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
27
 
24
28
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -55,24 +59,24 @@ function AutoSigninDialog() {
55
59
  const renderBackdrop = (0, _react.useCallback)(props => /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetBackdrop, _extends({}, props, {
56
60
  pressBehavior: "none"
57
61
  })), []);
58
- return /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetModal, {
62
+ let extraBottomSheetProps = {};
63
+
64
+ if (_package.default.version.startsWith('4')) {
65
+ extraBottomSheetProps.keyboardBehavior = 'fillParent';
66
+ extraBottomSheetProps.android_keyboardInputMode = 'adjustResize';
67
+ extraBottomSheetProps.enablePanDownToClose = state.nav.options.type === 'error';
68
+ }
69
+
70
+ return /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetModal, _extends({
59
71
  snapPoints: snapPoints,
60
72
  index: 0,
61
73
  backdropComponent: renderBackdrop,
62
- keyboardBehavior: "fillParent",
63
- android_keyboardInputMode: "adjustResize",
64
- enablePanDownToClose: state.nav.options.type === 'error',
65
74
  onDismiss: handleClose,
66
75
  style: styles.bottomSheet,
67
76
  ref: bottomSheetModalRef
68
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
77
+ }, extraBottomSheetProps), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
69
78
  style: styles.innerContainer
70
- }, state.nav.options.type === 'error' && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_vectorIcons.MaterialIcons, {
71
- name: "error",
72
- size: 24,
73
- color: "#DA1E28",
74
- style: styles.errorIcon
75
- }), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
79
+ }, state.nav.options.type === 'error' && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_ErrorIcon.default, null), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
76
80
  style: styles.errorMessage
77
81
  }, state.nav.options.message || 'An error occurred. Please try again.')), state.nav.options.type === 'sign-in' && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
78
82
  size: "large",
@@ -113,7 +117,10 @@ const styles = _reactNative.StyleSheet.create({
113
117
  padding: 20
114
118
  },
115
119
  errorIcon: {
116
- textAlign: 'center'
120
+ textAlign: 'center',
121
+ color: '#DA1E28',
122
+ height: 24,
123
+ width: 24
117
124
  }
118
125
  });
119
126
  //# sourceMappingURL=AutoSigninDialog.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["AutoSigninDialog","navTo","useNav","state","useGlobalContext","useTimeout","nav","options","type","handleClose","bottomSheetModalRef","useRef","useEffect","current","present","useCallback","setTimeout","hide","snapPoints","useMemo","renderBackdrop","props","styles","bottomSheet","innerContainer","errorIcon","errorMessage","message","signInMessage","StyleSheet","create","modal","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","borderRadius","borderColor","borderWidth","padding","textAlign","fontSize"],"sources":["AutoSigninDialog.tsx"],"sourcesContent":["import React, { useMemo, useCallback, useEffect, useRef } from 'react';\nimport { View, Text, StyleSheet, ActivityIndicator } from 'react-native';\nimport {\n BottomSheetBackdrop,\n BottomSheetBackdropProps,\n BottomSheetModal,\n} from '@gorhom/bottom-sheet';\nimport { useTimeout } from 'usehooks-ts';\nimport { MaterialIcons } from '@expo/vector-icons';\n\nimport { useNav } from '../hooks';\nimport { useGlobalContext } from './GlobalContext';\n\nexport function AutoSigninDialog() {\n const navTo = useNav();\n const { state } = useGlobalContext();\n\n // Let the user know they're auto signing-in, then close when done\n useTimeout(() => {\n if (state.nav.options.type === 'error') {\n return;\n }\n\n handleClose();\n }, 3000);\n\n const bottomSheetModalRef = useRef<BottomSheetModal>(null);\n useEffect(() => {\n if (bottomSheetModalRef.current) {\n bottomSheetModalRef.current.present();\n }\n }, []);\n\n const handleClose = useCallback(() => {\n setTimeout(() => {\n navTo({ hide: true });\n }, 150);\n }, [navTo]);\n\n const snapPoints = useMemo(() => ['30%', '60%'], []);\n\n const renderBackdrop = useCallback(\n (props: BottomSheetBackdropProps) => (\n <BottomSheetBackdrop {...props} pressBehavior=\"none\" />\n ),\n []\n );\n\n return (\n <BottomSheetModal\n snapPoints={snapPoints}\n index={0}\n backdropComponent={renderBackdrop}\n keyboardBehavior=\"fillParent\"\n android_keyboardInputMode=\"adjustResize\"\n enablePanDownToClose={state.nav.options.type === 'error'}\n onDismiss={handleClose}\n style={styles.bottomSheet}\n ref={bottomSheetModalRef}\n >\n <View style={styles.innerContainer}>\n {state.nav.options.type === 'error' && (\n <>\n <MaterialIcons\n name=\"error\"\n size={24}\n color=\"#DA1E28\"\n style={styles.errorIcon}\n />\n <Text style={styles.errorMessage}>\n {state.nav.options.message ||\n 'An error occurred. Please try again.'}\n </Text>\n </>\n )}\n\n {state.nav.options.type === 'sign-in' && (\n <>\n <ActivityIndicator size=\"large\" color=\"#5b0ae0\" />\n <Text style={styles.signInMessage}>\n Automatically signing you in. Just a sec...\n </Text>\n </>\n )}\n </View>\n </BottomSheetModal>\n );\n}\n\nconst styles = StyleSheet.create({\n modal: {\n // flex: 1,\n },\n bottomSheet: {\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 12,\n },\n shadowOpacity: 0.58,\n shadowRadius: 16.0,\n\n elevation: 24,\n },\n innerContainer: {\n borderRadius: 20,\n borderColor: 'transparent',\n borderWidth: 0,\n padding: 25,\n textAlign: 'center',\n },\n signInMessage: {\n textAlign: 'center',\n fontSize: 24,\n padding: 20,\n },\n errorMessage: {\n textAlign: 'center',\n fontSize: 24,\n padding: 20,\n },\n errorIcon: {\n textAlign: 'center',\n },\n});\n"],"mappings":"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"}
1
+ {"version":3,"names":["AutoSigninDialog","navTo","useNav","state","useGlobalContext","useTimeout","nav","options","type","handleClose","bottomSheetModalRef","useRef","useEffect","current","present","useCallback","setTimeout","hide","snapPoints","useMemo","renderBackdrop","props","extraBottomSheetProps","bottomSheetMeta","version","startsWith","keyboardBehavior","android_keyboardInputMode","enablePanDownToClose","styles","bottomSheet","innerContainer","errorMessage","message","signInMessage","StyleSheet","create","modal","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","borderRadius","borderColor","borderWidth","padding","textAlign","fontSize","errorIcon","color"],"sources":["AutoSigninDialog.tsx"],"sourcesContent":["import React, { useMemo, useCallback, useEffect, useRef } from 'react';\nimport { View, Text, StyleSheet, ActivityIndicator } from 'react-native';\nimport {\n BottomSheetBackdrop,\n BottomSheetBackdropProps,\n BottomSheetModal,\n} from '@gorhom/bottom-sheet';\nimport bottomSheetMeta from '@gorhom/bottom-sheet/package.json';\nimport { useTimeout } from 'usehooks-ts';\n\nimport { useNav } from '../hooks';\nimport { useGlobalContext } from './GlobalContext';\n\nimport ErrorIcon from './images/ErrorIcon';\n\nexport function AutoSigninDialog() {\n const navTo = useNav();\n const { state } = useGlobalContext();\n\n // Let the user know they're auto signing-in, then close when done\n useTimeout(() => {\n if (state.nav.options.type === 'error') {\n return;\n }\n\n handleClose();\n }, 3000);\n\n const bottomSheetModalRef = useRef<BottomSheetModal>(null);\n useEffect(() => {\n if (bottomSheetModalRef.current) {\n bottomSheetModalRef.current.present();\n }\n }, []);\n\n const handleClose = useCallback(() => {\n setTimeout(() => {\n navTo({ hide: true });\n }, 150);\n }, [navTo]);\n\n const snapPoints = useMemo(() => ['30%', '60%'], []);\n\n const renderBackdrop = useCallback(\n (props: BottomSheetBackdropProps) => (\n <BottomSheetBackdrop {...props} pressBehavior=\"none\" />\n ),\n []\n );\n\n let extraBottomSheetProps: any = {};\n if (bottomSheetMeta.version.startsWith('4')) {\n extraBottomSheetProps.keyboardBehavior = 'fillParent';\n extraBottomSheetProps.android_keyboardInputMode = 'adjustResize';\n extraBottomSheetProps.enablePanDownToClose =\n state.nav.options.type === 'error';\n }\n\n return (\n <BottomSheetModal\n snapPoints={snapPoints}\n index={0}\n backdropComponent={renderBackdrop}\n onDismiss={handleClose}\n style={styles.bottomSheet}\n ref={bottomSheetModalRef}\n {...extraBottomSheetProps}\n >\n <View style={styles.innerContainer}>\n {state.nav.options.type === 'error' && (\n <>\n <ErrorIcon />\n <Text style={styles.errorMessage}>\n {state.nav.options.message ||\n 'An error occurred. Please try again.'}\n </Text>\n </>\n )}\n\n {state.nav.options.type === 'sign-in' && (\n <>\n <ActivityIndicator size=\"large\" color=\"#5b0ae0\" />\n <Text style={styles.signInMessage}>\n Automatically signing you in. Just a sec...\n </Text>\n </>\n )}\n </View>\n </BottomSheetModal>\n );\n}\n\nconst styles = StyleSheet.create({\n modal: {\n // flex: 1,\n },\n bottomSheet: {\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 12,\n },\n shadowOpacity: 0.58,\n shadowRadius: 16.0,\n\n elevation: 24,\n },\n innerContainer: {\n borderRadius: 20,\n borderColor: 'transparent',\n borderWidth: 0,\n padding: 25,\n textAlign: 'center',\n },\n signInMessage: {\n textAlign: 'center',\n fontSize: 24,\n padding: 20,\n },\n errorMessage: {\n textAlign: 'center',\n fontSize: 24,\n padding: 20,\n },\n errorIcon: {\n textAlign: 'center',\n color: '#DA1E28',\n height: 24,\n width: 24,\n },\n});\n"],"mappings":"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"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireWildcard(require("react"));
9
+
10
+ var _reactNativeGestureHandler = require("react-native-gesture-handler");
11
+
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+
14
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+
16
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
17
+
18
+ // @ts-ignore
19
+ const {
20
+ useBottomSheetInternal
21
+ } = require('@gorhom/bottom-sheet/src/hooks/useBottomSheetInternal');
22
+
23
+ const BottomSheetTextInputComponent = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
24
+ let {
25
+ onFocus,
26
+ onBlur,
27
+ ...rest
28
+ } = _ref;
29
+ //#region hooks
30
+ // @ts-ignore
31
+ let {
32
+ shouldHandleKeyboardEvents
33
+ } = useBottomSheetInternal(); //#endregion
34
+
35
+ if (!shouldHandleKeyboardEvents) {
36
+ shouldHandleKeyboardEvents = {};
37
+ } //#region callbacks
38
+
39
+
40
+ const handleOnFocus = (0, _react.useCallback)(args => {
41
+ shouldHandleKeyboardEvents.value = true;
42
+
43
+ if (onFocus) {
44
+ onFocus(args);
45
+ }
46
+ }, [onFocus, shouldHandleKeyboardEvents]);
47
+ const handleOnBlur = (0, _react.useCallback)(args => {
48
+ shouldHandleKeyboardEvents.value = false;
49
+
50
+ if (onBlur) {
51
+ onBlur(args);
52
+ }
53
+ }, [onBlur, shouldHandleKeyboardEvents]); //#endregion
54
+
55
+ return /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.TextInput, _extends({
56
+ ref: ref,
57
+ onFocus: handleOnFocus,
58
+ onBlur: handleOnBlur
59
+ }, rest));
60
+ });
61
+ const BottomSheetTextInput = /*#__PURE__*/(0, _react.memo)(BottomSheetTextInputComponent);
62
+ BottomSheetTextInput.displayName = 'BottomSheetTextInput';
63
+ var _default = BottomSheetTextInput;
64
+ exports.default = _default;
65
+ //# sourceMappingURL=BottomSheetTextInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useBottomSheetInternal","require","BottomSheetTextInputComponent","forwardRef","ref","onFocus","onBlur","rest","shouldHandleKeyboardEvents","handleOnFocus","useCallback","args","value","handleOnBlur","BottomSheetTextInput","memo","displayName"],"sources":["BottomSheetTextInput.tsx"],"sourcesContent":["import React, { memo, useCallback, forwardRef } from 'react';\nimport { TextInput } from 'react-native-gesture-handler';\nimport type { BottomSheetTextInputProps } from './types';\n\n// @ts-ignore\nconst {\n useBottomSheetInternal,\n} = require('@gorhom/bottom-sheet/src/hooks/useBottomSheetInternal');\n\nconst BottomSheetTextInputComponent = forwardRef<\n TextInput,\n BottomSheetTextInputProps\n>(({ onFocus, onBlur, ...rest }, ref) => {\n //#region hooks\n // @ts-ignore\n let { shouldHandleKeyboardEvents } = useBottomSheetInternal();\n //#endregion\n\n if (!shouldHandleKeyboardEvents) {\n shouldHandleKeyboardEvents = {};\n }\n\n //#region callbacks\n const handleOnFocus = useCallback(\n (args) => {\n shouldHandleKeyboardEvents.value = true;\n if (onFocus) {\n onFocus(args);\n }\n },\n [onFocus, shouldHandleKeyboardEvents]\n );\n const handleOnBlur = useCallback(\n (args) => {\n shouldHandleKeyboardEvents.value = false;\n if (onBlur) {\n onBlur(args);\n }\n },\n [onBlur, shouldHandleKeyboardEvents]\n );\n //#endregion\n\n return (\n <TextInput\n ref={ref}\n onFocus={handleOnFocus}\n onBlur={handleOnBlur}\n {...rest}\n />\n );\n});\n\nconst BottomSheetTextInput = memo(BottomSheetTextInputComponent);\nBottomSheetTextInput.displayName = 'BottomSheetTextInput';\n\nexport default BottomSheetTextInput;\n"],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;AAGA;AACA,MAAM;EACJA;AADI,IAEFC,OAAO,CAAC,uDAAD,CAFX;;AAIA,MAAMC,6BAA6B,gBAAG,IAAAC,iBAAA,EAGpC,OAA+BC,GAA/B,KAAuC;EAAA,IAAtC;IAAEC,OAAF;IAAWC,MAAX;IAAmB,GAAGC;EAAtB,CAAsC;EACvC;EACA;EACA,IAAI;IAAEC;EAAF,IAAiCR,sBAAsB,EAA3D,CAHuC,CAIvC;;EAEA,IAAI,CAACQ,0BAAL,EAAiC;IAC/BA,0BAA0B,GAAG,EAA7B;EACD,CARsC,CAUvC;;;EACA,MAAMC,aAAa,GAAG,IAAAC,kBAAA,EACnBC,IAAD,IAAU;IACRH,0BAA0B,CAACI,KAA3B,GAAmC,IAAnC;;IACA,IAAIP,OAAJ,EAAa;MACXA,OAAO,CAACM,IAAD,CAAP;IACD;EACF,CANmB,EAOpB,CAACN,OAAD,EAAUG,0BAAV,CAPoB,CAAtB;EASA,MAAMK,YAAY,GAAG,IAAAH,kBAAA,EAClBC,IAAD,IAAU;IACRH,0BAA0B,CAACI,KAA3B,GAAmC,KAAnC;;IACA,IAAIN,MAAJ,EAAY;MACVA,MAAM,CAACK,IAAD,CAAN;IACD;EACF,CANkB,EAOnB,CAACL,MAAD,EAASE,0BAAT,CAPmB,CAArB,CApBuC,CA6BvC;;EAEA,oBACE,6BAAC,oCAAD;IACE,GAAG,EAAEJ,GADP;IAEE,OAAO,EAAEK,aAFX;IAGE,MAAM,EAAEI;EAHV,GAIMN,IAJN,EADF;AAQD,CA1CqC,CAAtC;AA4CA,MAAMO,oBAAoB,gBAAG,IAAAC,WAAA,EAAKb,6BAAL,CAA7B;AACAY,oBAAoB,CAACE,WAArB,GAAmC,sBAAnC;eAEeF,oB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _BottomSheetTextInput.default;
10
+ }
11
+ });
12
+
13
+ var _BottomSheetTextInput = _interopRequireDefault(require("./BottomSheetTextInput"));
14
+
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["// @ts-ignore\nexport { default } from './BottomSheetTextInput';\n\n// @ts-ignore\nexport type { BottomSheetTextInputProps } from './types';\n"],"mappings":";;;;;;;;;;;;AACA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["import type { TextInputProps } from 'react-native';\n\nexport interface BottomSheetTextInputProps extends TextInputProps {}\n"],"mappings":""}
@@ -21,7 +21,11 @@ function DarkText(_ref) {
21
21
  } = _ref;
22
22
 
23
23
  if (style) {
24
- style.color = '#000';
24
+ style.color = '#000000';
25
+ } else {
26
+ style = {
27
+ color: '#000000'
28
+ };
25
29
  }
26
30
 
27
31
  return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({
@@ -1 +1 @@
1
- {"version":3,"names":["DarkText","style","children","rest","color"],"sources":["DarkText.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, TextProps, TextStyle } from 'react-native';\n\nexport default function DarkText({ style, children, ...rest }: TextProps) {\n if (style) {\n (style as TextStyle).color = '#000';\n }\n\n return (\n <Text style={style} {...rest}>\n {children}\n </Text>\n );\n}\n"],"mappings":";;;;;;;AAAA;;AACA;;;;;;AAEe,SAASA,QAAT,OAA2D;EAAA,IAAzC;IAAEC,KAAF;IAASC,QAAT;IAAmB,GAAGC;EAAtB,CAAyC;;EACxE,IAAIF,KAAJ,EAAW;IACRA,KAAD,CAAqBG,KAArB,GAA6B,MAA7B;EACD;;EAED,oBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEH;EAAb,GAAwBE,IAAxB,GACGD,QADH,CADF;AAKD"}
1
+ {"version":3,"names":["DarkText","style","children","rest","color"],"sources":["DarkText.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, TextProps, TextStyle } from 'react-native';\n\nexport default function DarkText({ style, children, ...rest }: TextProps) {\n if (style) {\n (style as TextStyle).color = '#000000';\n } else {\n style = { color: '#000000' };\n }\n\n return (\n <Text style={style} {...rest}>\n {children}\n </Text>\n );\n}\n"],"mappings":";;;;;;;AAAA;;AACA;;;;;;AAEe,SAASA,QAAT,OAA2D;EAAA,IAAzC;IAAEC,KAAF;IAASC,QAAT;IAAmB,GAAGC;EAAtB,CAAyC;;EACxE,IAAIF,KAAJ,EAAW;IACRA,KAAD,CAAqBG,KAArB,GAA6B,SAA7B;EACD,CAFD,MAEO;IACLH,KAAK,GAAG;MAAEG,KAAK,EAAE;IAAT,CAAR;EACD;;EAED,oBACE,6BAAC,iBAAD;IAAM,KAAK,EAAEH;EAAb,GAAwBE,IAAxB,GACGD,QADH,CADF;AAKD"}
@@ -7,10 +7,6 @@ exports.RowndComponents = RowndComponents;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
10
- var _twrnc = require("twrnc");
11
-
12
- var _tailwind = _interopRequireDefault(require("../utils/tailwind"));
13
-
14
10
  var _SignIn = require("./SignIn");
15
11
 
16
12
  var _AutoSigninDialog = require("./AutoSigninDialog");
@@ -19,11 +15,13 @@ var _GlobalContext = require("./GlobalContext");
19
15
 
20
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
17
 
18
+ // import { useDeviceContext } from 'twrnc';
19
+ // import tw from '../utils/tailwind';
22
20
  function RowndComponents() {
23
21
  const {
24
22
  state
25
- } = (0, _GlobalContext.useGlobalContext)();
26
- (0, _twrnc.useDeviceContext)(_tailwind.default);
23
+ } = (0, _GlobalContext.useGlobalContext)(); // useDeviceContext(tw);
24
+
27
25
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, state.nav.current_route === '/account/login' && /*#__PURE__*/_react.default.createElement(_SignIn.SignIn, null), state.nav.current_route === '/account/auto-signin' && /*#__PURE__*/_react.default.createElement(_AutoSigninDialog.AutoSigninDialog, null));
28
26
  }
29
27
  //# sourceMappingURL=RowndComponents.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["RowndComponents","state","useGlobalContext","useDeviceContext","tw","nav","current_route"],"sources":["RowndComponents.tsx"],"sourcesContent":["import React from 'react';\nimport { useDeviceContext } from 'twrnc';\n\nimport tw from '../utils/tailwind';\nimport { SignIn } from './SignIn';\nimport { AutoSigninDialog } from './AutoSigninDialog';\nimport { useGlobalContext } from './GlobalContext';\n\nexport function RowndComponents() {\n const { state } = useGlobalContext();\n useDeviceContext(tw);\n\n return (\n <>\n {state.nav.current_route === '/account/login' && <SignIn />}\n {state.nav.current_route === '/account/auto-signin' && (\n <AutoSigninDialog />\n )}\n </>\n );\n}\n"],"mappings":";;;;;;;AAAA;;AACA;;AAEA;;AACA;;AACA;;AACA;;;;AAEO,SAASA,eAAT,GAA2B;EAChC,MAAM;IAAEC;EAAF,IAAY,IAAAC,+BAAA,GAAlB;EACA,IAAAC,uBAAA,EAAiBC,iBAAjB;EAEA,oBACE,4DACGH,KAAK,CAACI,GAAN,CAAUC,aAAV,KAA4B,gBAA5B,iBAAgD,6BAAC,cAAD,OADnD,EAEGL,KAAK,CAACI,GAAN,CAAUC,aAAV,KAA4B,sBAA5B,iBACC,6BAAC,kCAAD,OAHJ,CADF;AAQD"}
1
+ {"version":3,"names":["RowndComponents","state","useGlobalContext","nav","current_route"],"sources":["RowndComponents.tsx"],"sourcesContent":["import React from 'react';\n// import { useDeviceContext } from 'twrnc';\n\n// import tw from '../utils/tailwind';\nimport { SignIn } from './SignIn';\nimport { AutoSigninDialog } from './AutoSigninDialog';\nimport { useGlobalContext } from './GlobalContext';\n\nexport function RowndComponents() {\n const { state } = useGlobalContext();\n // useDeviceContext(tw);\n\n return (\n <>\n {state.nav.current_route === '/account/login' && <SignIn />}\n {state.nav.current_route === '/account/auto-signin' && (\n <AutoSigninDialog />\n )}\n </>\n );\n}\n"],"mappings":";;;;;;;AAAA;;AAIA;;AACA;;AACA;;;;AALA;AAEA;AAKO,SAASA,eAAT,GAA2B;EAChC,MAAM;IAAEC;EAAF,IAAY,IAAAC,+BAAA,GAAlB,CADgC,CAEhC;;EAEA,oBACE,4DACGD,KAAK,CAACE,GAAN,CAAUC,aAAV,KAA4B,gBAA5B,iBAAgD,6BAAC,cAAD,OADnD,EAEGH,KAAK,CAACE,GAAN,CAAUC,aAAV,KAA4B,sBAA5B,iBACC,6BAAC,kCAAD,OAHJ,CADF;AAQD"}
@@ -11,8 +11,6 @@ var _dateFns = require("date-fns");
11
11
 
12
12
  var _reactNative = require("react-native");
13
13
 
14
- var _DarkText = _interopRequireDefault(require("./DarkText"));
15
-
16
14
  var _reactNativeSvg = require("react-native-svg");
17
15
 
18
16
  var _tailwind = _interopRequireDefault(require("../utils/tailwind"));
@@ -23,6 +21,10 @@ var _jwtDecode = _interopRequireDefault(require("jwt-decode"));
23
21
 
24
22
  var _bottomSheet = require("@gorhom/bottom-sheet");
25
23
 
24
+ var _BottomSheetTextInput = _interopRequireDefault(require("./BottomSheetTextInput"));
25
+
26
+ var _package = _interopRequireDefault(require("@gorhom/bottom-sheet/package.json"));
27
+
26
28
  var _hooks = require("../hooks");
27
29
 
28
30
  var _GlobalContext = require("./GlobalContext");
@@ -400,17 +402,22 @@ function SignIn() {
400
402
  const renderBackdrop = (0, _react.useCallback)(cbProps => /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetBackdrop, _extends({}, cbProps, {
401
403
  pressBehavior: "close"
402
404
  })), []);
403
- return /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetModal, {
405
+ let extraBottomSheetProps = {};
406
+
407
+ if (_package.default.version.startsWith('4')) {
408
+ extraBottomSheetProps.keyboardBehavior = 'fillParent';
409
+ extraBottomSheetProps.android_keyboardInputMode = 'adjustResize';
410
+ extraBottomSheetProps.enablePanDownToClose = state.nav.options.type === 'error';
411
+ }
412
+
413
+ return /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetModal, _extends({
404
414
  snapPoints: snapPoints,
405
415
  index: 1,
406
416
  backdropComponent: renderBackdrop,
407
- keyboardBehavior: "fillParent",
408
- android_keyboardInputMode: "adjustResize",
409
- enablePanDownToClose: true,
410
417
  onDismiss: handleClose,
411
418
  style: styles.bottomSheet,
412
419
  ref: bottomSheetModalRef
413
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
420
+ }, extraBottomSheetProps), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
414
421
  style: styles.innerContainer
415
422
  }, step === LoginStep.INIT && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (app === null || app === void 0 ? void 0 : (_app$config6 = app.config) === null || _app$config6 === void 0 ? void 0 : (_app$config6$hub = _app$config6.hub) === null || _app$config6$hub === void 0 ? void 0 : (_app$config6$hub$auth = _app$config6$hub.auth) === null || _app$config6$hub$auth === void 0 ? void 0 : _app$config6$hub$auth.show_app_icon) && (app === null || app === void 0 ? void 0 : app.icon) && (app.icon_content_type === 'image/svg+xml' ? /*#__PURE__*/_react.default.createElement(_reactNativeSvg.SvgCssUri, {
416
423
  uri: app.icon,
@@ -420,11 +427,11 @@ function SignIn() {
420
427
  source: {
421
428
  uri: app.icon
422
429
  }
423
- })), /*#__PURE__*/_react.default.createElement(_DarkText.default, {
430
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
424
431
  style: styles.dialogHeading
425
- }, "Sign in or sign up"), /*#__PURE__*/_react.default.createElement(_DarkText.default, {
432
+ }, "Sign in or sign up"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
426
433
  style: styles.inputLabel
427
- }, "Email or phone number"), /*#__PURE__*/_react.default.createElement(_bottomSheet.BottomSheetTextInput, {
434
+ }, "Email or phone number"), /*#__PURE__*/_react.default.createElement(_BottomSheetTextInput.default, {
428
435
  style: styles.identifierInput,
429
436
  placeholder: "Enter here",
430
437
  keyboardType: "email-address",
@@ -442,66 +449,61 @@ function SignIn() {
442
449
  value: addlFieldValues[field.name] || '',
443
450
  [['input', 'text', 'tel', 'email'].includes(field.type) ? 'onInput' : 'onChange']: handleAddlFieldChange
444
451
  });
445
- })), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
446
- style: _ref => {
447
- let {
448
- pressed
449
- } = _ref;
450
- return [styles.button, !isValidUserIdentifier && styles.buttonDisabled, pressed && styles.buttonPressed, isSubmitting && styles.buttonSubmitting];
451
- },
452
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
452
453
  disabled: !isValidUserIdentifier || isSubmitting,
453
454
  onPress: initSignIn
454
- }, /*#__PURE__*/_react.default.createElement(_DarkText.default, null, isSubmitting && /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
455
- size: "small",
456
- color: "#efefef"
457
- }), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
455
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
456
+ style: { ...styles.button,
457
+ ...(!isValidUserIdentifier && styles.buttonDisabled),
458
+ ...(isSubmitting && styles.buttonSubmitting)
459
+ }
460
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
458
461
  style: styles.buttonText
459
- }, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
462
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
460
463
  style: isValidUserIdentifier ? styles.buttonContent : { ...styles.buttonContent,
461
464
  ...styles.buttonDisabledText
462
465
  }
463
- }, isSubmitting ? 'Just a sec...' : 'Continue')))), /*#__PURE__*/_react.default.createElement(_DarkText.default, {
466
+ }, isSubmitting && /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
467
+ size: "small",
468
+ color: "#efefef",
469
+ style: styles.loadingIndicator
470
+ }), isSubmitting ? 'Just a sec...' : 'Continue')))), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
464
471
  style: styles.signInNoticeText
465
- }, "By continuing, you're agreeing to the terms of service that govern this app and to receive email or text messages for verification purposes.")), step === LoginStep.WAITING && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
472
+ }, "By continuing, you're agreeing to the terms of service that govern this app and to receive email or text messages for verification purposes.")), step === LoginStep.WAITING && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
466
473
  style: styles.dialogHeading
467
- }, "Thanks! Verify your", ' ', loginType === 'phone' ? 'phone number' : 'email', " to finish"), /*#__PURE__*/_react.default.createElement(_DarkText.default, {
474
+ }, "Thanks! Verify your", ' ', loginType === 'phone' ? 'phone number' : 'email', " to finish"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
468
475
  style: _tailwind.default.style('py-6')
469
- }, "Click the link in the message we just sent to", ' ', /*#__PURE__*/_react.default.createElement(_DarkText.default, {
476
+ }, "Click the link in the message we just sent to", ' ', /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
470
477
  style: _tailwind.default.style('italic')
471
- }, userIdentifier), " to verify and finish.", /*#__PURE__*/_react.default.createElement(_DarkText.default, {
478
+ }, userIdentifier), " to verify and finish.", /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
472
479
  style: [styles.link],
473
480
  onPress: () => setStep(LoginStep.INIT)
474
481
  }, "\xA0Re-send message")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
475
482
  style: styles.signInVerificationImage
476
- }, loginType === 'phone' ? /*#__PURE__*/_react.default.createElement(_PhoneVerifyWaiting.default, null) : /*#__PURE__*/_react.default.createElement(_EmailVerifyWaiting.default, null)), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
477
- style: _ref2 => {
478
- let {
479
- pressed
480
- } = _ref2;
481
- return [styles.button, pressed && styles.buttonPressed];
482
- },
483
+ }, loginType === 'phone' ? /*#__PURE__*/_react.default.createElement(_PhoneVerifyWaiting.default, null) : /*#__PURE__*/_react.default.createElement(_EmailVerifyWaiting.default, null)), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
484
+ style: [styles.button],
483
485
  onPress: () => setStep(LoginStep.INIT)
484
- }, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
486
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
485
487
  style: styles.buttonContent
486
488
  }, "Try a different", ' ', loginType === 'phone' ? 'phone number' : 'email'))), step === LoginStep.SUCCESS && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
487
489
  style: styles.signInVerificationImage
488
- }, /*#__PURE__*/_react.default.createElement(_CheckmarkFilled.default, null))), step === LoginStep.FAILURE && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
490
+ }, /*#__PURE__*/_react.default.createElement(_CheckmarkFilled.default, null))), step === LoginStep.FAILURE && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
489
491
  style: _tailwind.default.style('text-base')
490
- }, "Whoops, that didn't work!"), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
492
+ }, "Whoops, that didn't work!"), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
491
493
  style: styles.button,
492
494
  onPress: () => setStep(LoginStep.INIT)
493
- }, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
495
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
494
496
  style: styles.buttonContent
495
- }, "Try again"))), step === LoginStep.ERROR && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
497
+ }, "Try again"))), step === LoginStep.ERROR && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
496
498
  style: _tailwind.default.style('text-base')
497
- }, "An error occurred while signing you in."), !!error && /*#__PURE__*/_react.default.createElement(_DarkText.default, {
499
+ }, "An error occurred while signing you in."), !!error && /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
498
500
  style: _tailwind.default.style('text-rose-800')
499
- }, error), /*#__PURE__*/_react.default.createElement(_reactNative.Pressable, {
501
+ }, error), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
500
502
  style: styles.button,
501
503
  onPress: () => setStep(LoginStep.INIT)
502
- }, /*#__PURE__*/_react.default.createElement(_DarkText.default, {
504
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
503
505
  style: styles.buttonContent
504
- }, "Try again"))), /*#__PURE__*/_react.default.createElement(_DarkText.default, null, "Powered by", ' ', /*#__PURE__*/_react.default.createElement(_DarkText.default, {
506
+ }, "Try again"))), /*#__PURE__*/_react.default.createElement(_reactNative.Text, null, "Powered by", ' ', /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
505
507
  style: styles.link,
506
508
  onPress: launchRowndWebsite
507
509
  }, "Rownd"))));
@@ -573,9 +575,11 @@ const styles = _reactNative.StyleSheet.create({
573
575
  marginBottom: 30,
574
576
  elevation: 0,
575
577
  backgroundColor: '#5b0ae0',
578
+ color: '#fff',
576
579
  display: 'flex',
577
580
  alignItems: 'center',
578
- justifyContent: 'center'
581
+ justifyContent: 'center' // height: 45,
582
+
579
583
  },
580
584
  buttonDisabled: {
581
585
  backgroundColor: '#eee'
@@ -588,10 +592,10 @@ const styles = _reactNative.StyleSheet.create({
588
592
  fontSize: 18,
589
593
  color: '#fff'
590
594
  },
591
- buttonText: {
592
- marginLeft: 10,
593
- paddingLeft: 10,
594
- fontSize: 18
595
+ buttonText: {// marginHorizontal: 10,
596
+ // paddingHorizontal: 10,
597
+ // fontSize: 18,
598
+ // color: '#fff',
595
599
  },
596
600
  buttonTextInner: {
597
601
  fontSize: 18
@@ -604,9 +608,7 @@ const styles = _reactNative.StyleSheet.create({
604
608
  color: '#c7c7c7'
605
609
  },
606
610
  loadingIndicator: {
607
- textAlignVertical: 'center',
608
- padding: 20,
609
- margin: 20
611
+ marginRight: 10
610
612
  },
611
613
  signInNoticeText: {
612
614
  fontSize: 12,