react-native-acoustic-connect-beta 19.0.26 → 19.0.28

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 (331) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/ConnectConfig.example.json +1 -1
  3. package/android/src/main/assets/ConnectAdvancedConfig.json +1 -1
  4. package/android/src/main/assets/ConnectBasicConfig.properties +1 -1
  5. package/package.json +2 -9
  6. package/Examples/SampleUI/.bundle/config +0 -2
  7. package/Examples/SampleUI/.detoxrc.js +0 -83
  8. package/Examples/SampleUI/.eslintrc.js +0 -4
  9. package/Examples/SampleUI/.prettierrc.js +0 -7
  10. package/Examples/SampleUI/.watchmanconfig +0 -1
  11. package/Examples/SampleUI/App.js +0 -1
  12. package/Examples/SampleUI/ConnectConfig.json +0 -180
  13. package/Examples/SampleUI/Gemfile +0 -10
  14. package/Examples/SampleUI/Gemfile.lock +0 -121
  15. package/Examples/SampleUI/README.md +0 -79
  16. package/Examples/SampleUI/android/app/build.gradle +0 -129
  17. package/Examples/SampleUI/android/app/debug.keystore +0 -0
  18. package/Examples/SampleUI/android/app/proguard-rules.pro +0 -10
  19. package/Examples/SampleUI/android/app/src/debug/AndroidManifest.xml +0 -9
  20. package/Examples/SampleUI/android/app/src/main/AndroidManifest.xml +0 -31
  21. package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainActivity.kt +0 -30
  22. package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainApplication.kt +0 -53
  23. package/Examples/SampleUI/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
  24. package/Examples/SampleUI/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  25. package/Examples/SampleUI/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  26. package/Examples/SampleUI/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  27. package/Examples/SampleUI/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  28. package/Examples/SampleUI/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  29. package/Examples/SampleUI/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  30. package/Examples/SampleUI/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  31. package/Examples/SampleUI/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  32. package/Examples/SampleUI/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  33. package/Examples/SampleUI/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  34. package/Examples/SampleUI/android/app/src/main/res/values/strings.xml +0 -3
  35. package/Examples/SampleUI/android/app/src/main/res/values/styles.xml +0 -9
  36. package/Examples/SampleUI/android/build.gradle +0 -21
  37. package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  38. package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  39. package/Examples/SampleUI/android/gradle.properties +0 -39
  40. package/Examples/SampleUI/android/gradlew +0 -252
  41. package/Examples/SampleUI/android/gradlew.bat +0 -94
  42. package/Examples/SampleUI/android/settings.gradle +0 -21
  43. package/Examples/SampleUI/app.json +0 -51
  44. package/Examples/SampleUI/assets/fonts/Abel-Regular.ttf +0 -0
  45. package/Examples/SampleUI/assets/fonts/NotoSans-Regular.ttf +0 -0
  46. package/Examples/SampleUI/assets/images/android-icon.png +0 -0
  47. package/Examples/SampleUI/assets/images/artist-1.jpg +0 -0
  48. package/Examples/SampleUI/assets/images/artist-2.jpg +0 -0
  49. package/Examples/SampleUI/assets/images/avatar.png +0 -0
  50. package/Examples/SampleUI/assets/images/beach.jpg +0 -0
  51. package/Examples/SampleUI/assets/images/bridge.jpg +0 -0
  52. package/Examples/SampleUI/assets/images/chameleon.jpg +0 -0
  53. package/Examples/SampleUI/assets/images/city.jpg +0 -0
  54. package/Examples/SampleUI/assets/images/email-icon.png +0 -0
  55. package/Examples/SampleUI/assets/images/favorite.png +0 -0
  56. package/Examples/SampleUI/assets/images/forest.jpg +0 -0
  57. package/Examples/SampleUI/assets/images/paper-icon.png +0 -0
  58. package/Examples/SampleUI/assets/images/players-2.jpg +0 -0
  59. package/Examples/SampleUI/assets/images/players.jpg +0 -0
  60. package/Examples/SampleUI/assets/images/restaurant-1.jpg +0 -0
  61. package/Examples/SampleUI/assets/images/restaurant-2.jpg +0 -0
  62. package/Examples/SampleUI/assets/images/song-1.jpg +0 -0
  63. package/Examples/SampleUI/assets/images/song-2.jpg +0 -0
  64. package/Examples/SampleUI/assets/images/splash.png +0 -0
  65. package/Examples/SampleUI/assets/images/strawberries.jpg +0 -0
  66. package/Examples/SampleUI/assets/images/wrecked-ship.jpg +0 -0
  67. package/Examples/SampleUI/assets/styles/fonts.css +0 -47
  68. package/Examples/SampleUI/babel.config.js +0 -22
  69. package/Examples/SampleUI/index.js +0 -9
  70. package/Examples/SampleUI/ios/.xcode.env +0 -11
  71. package/Examples/SampleUI/ios/Podfile +0 -71
  72. package/Examples/SampleUI/ios/Podfile.lock +0 -2276
  73. package/Examples/SampleUI/ios/SampleUI/AppDelegate.h +0 -7
  74. package/Examples/SampleUI/ios/SampleUI/AppDelegate.mm +0 -31
  75. package/Examples/SampleUI/ios/SampleUI/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  76. package/Examples/SampleUI/ios/SampleUI/Images.xcassets/Contents.json +0 -6
  77. package/Examples/SampleUI/ios/SampleUI/Info.plist +0 -52
  78. package/Examples/SampleUI/ios/SampleUI/LaunchScreen.storyboard +0 -47
  79. package/Examples/SampleUI/ios/SampleUI/PrivacyInfo.xcprivacy +0 -48
  80. package/Examples/SampleUI/ios/SampleUI/main.m +0 -10
  81. package/Examples/SampleUI/ios/SampleUI.xcodeproj/project.pbxproj +0 -785
  82. package/Examples/SampleUI/ios/SampleUI.xcodeproj/xcshareddata/xcschemes/SampleUI.xcscheme +0 -105
  83. package/Examples/SampleUI/ios/SampleUI.xcworkspace/contents.xcworkspacedata +0 -10
  84. package/Examples/SampleUI/ios/SampleUITests/Info.plist +0 -24
  85. package/Examples/SampleUI/ios/SampleUITests/SampleUITests.m +0 -66
  86. package/Examples/SampleUI/jest.config.js +0 -3
  87. package/Examples/SampleUI/metro.config.js +0 -54
  88. package/Examples/SampleUI/package.json +0 -65
  89. package/Examples/SampleUI/scripts/integration-test-android.sh +0 -292
  90. package/Examples/SampleUI/src/DrawerItems.tsx +0 -322
  91. package/Examples/SampleUI/src/ExampleList.tsx +0 -175
  92. package/Examples/SampleUI/src/Examples/ActivityIndicatorExample.tsx +0 -73
  93. package/Examples/SampleUI/src/Examples/AnimatedFABExample/AnimatedFABExample.tsx +0 -220
  94. package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFAB.tsx +0 -70
  95. package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFABControls.tsx +0 -146
  96. package/Examples/SampleUI/src/Examples/AnimatedFABExample/index.ts +0 -1
  97. package/Examples/SampleUI/src/Examples/AppbarExample.tsx +0 -263
  98. package/Examples/SampleUI/src/Examples/AvatarExample.tsx +0 -76
  99. package/Examples/SampleUI/src/Examples/BadgeExample.tsx +0 -97
  100. package/Examples/SampleUI/src/Examples/BannerExample.tsx +0 -152
  101. package/Examples/SampleUI/src/Examples/BottomNavigationBarExample.tsx +0 -94
  102. package/Examples/SampleUI/src/Examples/BottomNavigationExample.tsx +0 -205
  103. package/Examples/SampleUI/src/Examples/ButtonExample.tsx +0 -405
  104. package/Examples/SampleUI/src/Examples/CardExample.tsx +0 -245
  105. package/Examples/SampleUI/src/Examples/CheckboxExample.tsx +0 -87
  106. package/Examples/SampleUI/src/Examples/CheckboxItemExample.tsx +0 -72
  107. package/Examples/SampleUI/src/Examples/ChipExample.tsx +0 -432
  108. package/Examples/SampleUI/src/Examples/DataTableExample.tsx +0 -128
  109. package/Examples/SampleUI/src/Examples/DialogExample.tsx +0 -217
  110. package/Examples/SampleUI/src/Examples/Dialogs/DialogTextComponent.tsx +0 -31
  111. package/Examples/SampleUI/src/Examples/Dialogs/DialogTrackingTest.tsx +0 -307
  112. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithCustomColors.tsx +0 -57
  113. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithDismissableBackButton.tsx +0 -38
  114. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithIcon.tsx +0 -42
  115. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLoadingIndicator.tsx +0 -48
  116. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLongText.tsx +0 -81
  117. package/Examples/SampleUI/src/Examples/Dialogs/DialogWithRadioBtns.tsx +0 -111
  118. package/Examples/SampleUI/src/Examples/Dialogs/UndismissableDialog.tsx +0 -30
  119. package/Examples/SampleUI/src/Examples/Dialogs/index.tsx +0 -44
  120. package/Examples/SampleUI/src/Examples/DividerExample.tsx +0 -30
  121. package/Examples/SampleUI/src/Examples/FABExample.tsx +0 -226
  122. package/Examples/SampleUI/src/Examples/IconButtonExample.tsx +0 -230
  123. package/Examples/SampleUI/src/Examples/IconExample.tsx +0 -50
  124. package/Examples/SampleUI/src/Examples/ListAccordionExample.tsx +0 -65
  125. package/Examples/SampleUI/src/Examples/ListAccordionGroupExample.tsx +0 -80
  126. package/Examples/SampleUI/src/Examples/ListItemExample.tsx +0 -310
  127. package/Examples/SampleUI/src/Examples/ListSectionExample.tsx +0 -159
  128. package/Examples/SampleUI/src/Examples/MaterialBottomTabNavigatorExample.tsx +0 -87
  129. package/Examples/SampleUI/src/Examples/MenuExample.tsx +0 -211
  130. package/Examples/SampleUI/src/Examples/ProgressBarExample.tsx +0 -142
  131. package/Examples/SampleUI/src/Examples/RadioButtonExample.tsx +0 -104
  132. package/Examples/SampleUI/src/Examples/RadioButtonGroupExample.tsx +0 -67
  133. package/Examples/SampleUI/src/Examples/RadioButtonItemExample.tsx +0 -77
  134. package/Examples/SampleUI/src/Examples/SearchbarExample.tsx +0 -249
  135. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonCustomColorCheck.tsx +0 -93
  136. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDefault.tsx +0 -49
  137. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDisabled.tsx +0 -47
  138. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselect.tsx +0 -50
  139. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectIcons.tsx +0 -49
  140. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectRealCase.tsx +0 -114
  141. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIcons.tsx +0 -40
  142. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIconsWithCheck.tsx +0 -43
  143. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonRealCase.tsx +0 -97
  144. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithDensity.tsx +0 -47
  145. package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithSelectedCheck.tsx +0 -52
  146. package/Examples/SampleUI/src/Examples/SegmentedButtons/index.ts +0 -9
  147. package/Examples/SampleUI/src/Examples/SegmentedButtonsExample.tsx +0 -57
  148. package/Examples/SampleUI/src/Examples/SnackbarExample.tsx +0 -141
  149. package/Examples/SampleUI/src/Examples/SurfaceExample.tsx +0 -130
  150. package/Examples/SampleUI/src/Examples/SwitchExample.tsx +0 -105
  151. package/Examples/SampleUI/src/Examples/TeamDetails.tsx +0 -291
  152. package/Examples/SampleUI/src/Examples/TeamsList.tsx +0 -57
  153. package/Examples/SampleUI/src/Examples/TextExample.tsx +0 -132
  154. package/Examples/SampleUI/src/Examples/TextInputExample.tsx +0 -914
  155. package/Examples/SampleUI/src/Examples/ThemeExample.tsx +0 -41
  156. package/Examples/SampleUI/src/Examples/ThemingWithReactNavigation.tsx +0 -75
  157. package/Examples/SampleUI/src/Examples/ToggleButtonExample.tsx +0 -128
  158. package/Examples/SampleUI/src/Examples/TooltipExample.tsx +0 -191
  159. package/Examples/SampleUI/src/Examples/TouchableRippleExample.tsx +0 -37
  160. package/Examples/SampleUI/src/RootNavigator.tsx +0 -95
  161. package/Examples/SampleUI/src/ScreenWrapper.tsx +0 -67
  162. package/Examples/SampleUI/src/components/ActivityIndicator.tsx +0 -254
  163. package/Examples/SampleUI/src/components/Appbar/Appbar.tsx +0 -364
  164. package/Examples/SampleUI/src/components/Appbar/AppbarAction.tsx +0 -132
  165. package/Examples/SampleUI/src/components/Appbar/AppbarBackAction.tsx +0 -77
  166. package/Examples/SampleUI/src/components/Appbar/AppbarBackIcon.tsx +0 -52
  167. package/Examples/SampleUI/src/components/Appbar/AppbarContent.tsx +0 -249
  168. package/Examples/SampleUI/src/components/Appbar/AppbarHeader.tsx +0 -174
  169. package/Examples/SampleUI/src/components/Appbar/index.ts +0 -22
  170. package/Examples/SampleUI/src/components/Appbar/utils.ts +0 -188
  171. package/Examples/SampleUI/src/components/Avatar/Avatar.tsx +0 -8
  172. package/Examples/SampleUI/src/components/Avatar/AvatarIcon.tsx +0 -87
  173. package/Examples/SampleUI/src/components/Avatar/AvatarImage.tsx +0 -128
  174. package/Examples/SampleUI/src/components/Avatar/AvatarText.tsx +0 -127
  175. package/Examples/SampleUI/src/components/Badge.tsx +0 -138
  176. package/Examples/SampleUI/src/components/Banner.tsx +0 -302
  177. package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigation.tsx +0 -643
  178. package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationBar.tsx +0 -1039
  179. package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationRouteScreen.tsx +0 -31
  180. package/Examples/SampleUI/src/components/BottomNavigation/utils.ts +0 -70
  181. package/Examples/SampleUI/src/components/Button/Button.tsx +0 -503
  182. package/Examples/SampleUI/src/components/Button/utils.tsx +0 -272
  183. package/Examples/SampleUI/src/components/Card/Card.tsx +0 -373
  184. package/Examples/SampleUI/src/components/Card/CardActions.tsx +0 -74
  185. package/Examples/SampleUI/src/components/Card/CardContent.tsx +0 -99
  186. package/Examples/SampleUI/src/components/Card/CardCover.tsx +0 -96
  187. package/Examples/SampleUI/src/components/Card/CardTitle.tsx +0 -236
  188. package/Examples/SampleUI/src/components/Card/utils.tsx +0 -110
  189. package/Examples/SampleUI/src/components/Checkbox/Checkbox.tsx +0 -78
  190. package/Examples/SampleUI/src/components/Checkbox/CheckboxAndroid.tsx +0 -180
  191. package/Examples/SampleUI/src/components/Checkbox/CheckboxIOS.tsx +0 -104
  192. package/Examples/SampleUI/src/components/Checkbox/CheckboxItem.tsx +0 -236
  193. package/Examples/SampleUI/src/components/Checkbox/index.ts +0 -19
  194. package/Examples/SampleUI/src/components/Checkbox/utils.ts +0 -183
  195. package/Examples/SampleUI/src/components/Chip/Chip.tsx +0 -513
  196. package/Examples/SampleUI/src/components/Chip/helpers.tsx +0 -322
  197. package/Examples/SampleUI/src/components/CrossFadeIcon.tsx +0 -140
  198. package/Examples/SampleUI/src/components/DataTable/DataTable.tsx +0 -138
  199. package/Examples/SampleUI/src/components/DataTable/DataTableCell.tsx +0 -132
  200. package/Examples/SampleUI/src/components/DataTable/DataTableHeader.tsx +0 -82
  201. package/Examples/SampleUI/src/components/DataTable/DataTablePagination.tsx +0 -407
  202. package/Examples/SampleUI/src/components/DataTable/DataTableRow.tsx +0 -107
  203. package/Examples/SampleUI/src/components/DataTable/DataTableTitle.tsx +0 -208
  204. package/Examples/SampleUI/src/components/Dialog/Dialog.tsx +0 -191
  205. package/Examples/SampleUI/src/components/Dialog/DialogActions.tsx +0 -94
  206. package/Examples/SampleUI/src/components/Dialog/DialogContent.tsx +0 -54
  207. package/Examples/SampleUI/src/components/Dialog/DialogIcon.tsx +0 -100
  208. package/Examples/SampleUI/src/components/Dialog/DialogScrollArea.tsx +0 -88
  209. package/Examples/SampleUI/src/components/Dialog/DialogTitle.tsx +0 -94
  210. package/Examples/SampleUI/src/components/Divider.tsx +0 -102
  211. package/Examples/SampleUI/src/components/Drawer/Drawer.tsx +0 -8
  212. package/Examples/SampleUI/src/components/Drawer/DrawerCollapsedItem.tsx +0 -282
  213. package/Examples/SampleUI/src/components/Drawer/DrawerItem.tsx +0 -209
  214. package/Examples/SampleUI/src/components/Drawer/DrawerSection.tsx +0 -138
  215. package/Examples/SampleUI/src/components/FAB/AnimatedFAB.tsx +0 -619
  216. package/Examples/SampleUI/src/components/FAB/FAB.tsx +0 -371
  217. package/Examples/SampleUI/src/components/FAB/FABGroup.tsx +0 -532
  218. package/Examples/SampleUI/src/components/FAB/index.ts +0 -13
  219. package/Examples/SampleUI/src/components/FAB/utils.ts +0 -474
  220. package/Examples/SampleUI/src/components/HelperText/HelperText.tsx +0 -168
  221. package/Examples/SampleUI/src/components/HelperText/utils.ts +0 -30
  222. package/Examples/SampleUI/src/components/Icon.tsx +0 -170
  223. package/Examples/SampleUI/src/components/IconButton/IconButton.tsx +0 -234
  224. package/Examples/SampleUI/src/components/IconButton/utils.ts +0 -190
  225. package/Examples/SampleUI/src/components/List/List.tsx +0 -20
  226. package/Examples/SampleUI/src/components/List/ListAccordion.tsx +0 -391
  227. package/Examples/SampleUI/src/components/List/ListAccordionGroup.tsx +0 -88
  228. package/Examples/SampleUI/src/components/List/ListIcon.tsx +0 -79
  229. package/Examples/SampleUI/src/components/List/ListImage.tsx +0 -89
  230. package/Examples/SampleUI/src/components/List/ListItem.tsx +0 -313
  231. package/Examples/SampleUI/src/components/List/ListSection.tsx +0 -87
  232. package/Examples/SampleUI/src/components/List/ListSubheader.tsx +0 -79
  233. package/Examples/SampleUI/src/components/List/utils.ts +0 -113
  234. package/Examples/SampleUI/src/components/MaterialCommunityIcon.tsx +0 -121
  235. package/Examples/SampleUI/src/components/Menu/Menu.tsx +0 -711
  236. package/Examples/SampleUI/src/components/Menu/MenuItem.tsx +0 -257
  237. package/Examples/SampleUI/src/components/Menu/utils.ts +0 -110
  238. package/Examples/SampleUI/src/components/Modal.tsx +0 -245
  239. package/Examples/SampleUI/src/components/Portal/Portal.tsx +0 -69
  240. package/Examples/SampleUI/src/components/Portal/PortalConsumer.tsx +0 -44
  241. package/Examples/SampleUI/src/components/Portal/PortalHost.tsx +0 -143
  242. package/Examples/SampleUI/src/components/Portal/PortalManager.tsx +0 -54
  243. package/Examples/SampleUI/src/components/ProgressBar.tsx +0 -292
  244. package/Examples/SampleUI/src/components/RadioButton/RadioButton.tsx +0 -86
  245. package/Examples/SampleUI/src/components/RadioButton/RadioButtonAndroid.tsx +0 -202
  246. package/Examples/SampleUI/src/components/RadioButton/RadioButtonGroup.tsx +0 -67
  247. package/Examples/SampleUI/src/components/RadioButton/RadioButtonIOS.tsx +0 -130
  248. package/Examples/SampleUI/src/components/RadioButton/RadioButtonItem.tsx +0 -268
  249. package/Examples/SampleUI/src/components/RadioButton/index.ts +0 -22
  250. package/Examples/SampleUI/src/components/RadioButton/utils.ts +0 -37
  251. package/Examples/SampleUI/src/components/Searchbar.tsx +0 -459
  252. package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtonItem.tsx +0 -271
  253. package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtons.tsx +0 -197
  254. package/Examples/SampleUI/src/components/SegmentedButtons/utils.ts +0 -179
  255. package/Examples/SampleUI/src/components/Snackbar.tsx +0 -430
  256. package/Examples/SampleUI/src/components/Surface.tsx +0 -376
  257. package/Examples/SampleUI/src/components/Switch/Switch.tsx +0 -108
  258. package/Examples/SampleUI/src/components/Switch/utils.ts +0 -113
  259. package/Examples/SampleUI/src/components/TextInput/Addons/Outline.tsx +0 -64
  260. package/Examples/SampleUI/src/components/TextInput/Addons/Underline.tsx +0 -78
  261. package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAdornment.tsx +0 -208
  262. package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAffix.tsx +0 -212
  263. package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputIcon.tsx +0 -195
  264. package/Examples/SampleUI/src/components/TextInput/Adornment/enums.tsx +0 -12
  265. package/Examples/SampleUI/src/components/TextInput/Adornment/types.tsx +0 -11
  266. package/Examples/SampleUI/src/components/TextInput/Adornment/utils.ts +0 -48
  267. package/Examples/SampleUI/src/components/TextInput/Label/InputLabel.tsx +0 -217
  268. package/Examples/SampleUI/src/components/TextInput/Label/LabelBackground.tsx +0 -100
  269. package/Examples/SampleUI/src/components/TextInput/TextInput.tsx +0 -572
  270. package/Examples/SampleUI/src/components/TextInput/TextInputFlat.tsx +0 -475
  271. package/Examples/SampleUI/src/components/TextInput/TextInputOutlined.tsx +0 -450
  272. package/Examples/SampleUI/src/components/TextInput/constants.tsx +0 -48
  273. package/Examples/SampleUI/src/components/TextInput/helpers.tsx +0 -612
  274. package/Examples/SampleUI/src/components/TextInput/types.tsx +0 -155
  275. package/Examples/SampleUI/src/components/ToggleButton/ToggleButton.tsx +0 -187
  276. package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonGroup.tsx +0 -72
  277. package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonRow.tsx +0 -107
  278. package/Examples/SampleUI/src/components/ToggleButton/index.ts +0 -16
  279. package/Examples/SampleUI/src/components/ToggleButton/utils.ts +0 -26
  280. package/Examples/SampleUI/src/components/Tooltip/Tooltip.tsx +0 -249
  281. package/Examples/SampleUI/src/components/Tooltip/utils.ts +0 -129
  282. package/Examples/SampleUI/src/components/TouchableRipple/Pressable.tsx +0 -41
  283. package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.native.tsx +0 -145
  284. package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.tsx +0 -317
  285. package/Examples/SampleUI/src/components/TouchableRipple/utils.ts +0 -66
  286. package/Examples/SampleUI/src/components/Typography/AnimatedText.tsx +0 -107
  287. package/Examples/SampleUI/src/components/Typography/Text.tsx +0 -184
  288. package/Examples/SampleUI/src/components/Typography/types.tsx +0 -5
  289. package/Examples/SampleUI/src/components/Typography/v2/Caption.tsx +0 -50
  290. package/Examples/SampleUI/src/components/Typography/v2/Headline.tsx +0 -52
  291. package/Examples/SampleUI/src/components/Typography/v2/Paragraph.tsx +0 -49
  292. package/Examples/SampleUI/src/components/Typography/v2/StyledText.tsx +0 -56
  293. package/Examples/SampleUI/src/components/Typography/v2/Subheading.tsx +0 -50
  294. package/Examples/SampleUI/src/components/Typography/v2/Text.tsx +0 -62
  295. package/Examples/SampleUI/src/components/Typography/v2/Title.tsx +0 -49
  296. package/Examples/SampleUI/src/components/Typography/v2/index.ts +0 -5
  297. package/Examples/SampleUI/src/core/PaperProvider.tsx +0 -122
  298. package/Examples/SampleUI/src/core/SafeAreaProviderCompat.tsx +0 -65
  299. package/Examples/SampleUI/src/core/settings.tsx +0 -23
  300. package/Examples/SampleUI/src/core/theming.tsx +0 -170
  301. package/Examples/SampleUI/src/index.native.tsx +0 -285
  302. package/Examples/SampleUI/src/index.tsx +0 -226
  303. package/Examples/SampleUI/src/react-navigation/index.tsx +0 -19
  304. package/Examples/SampleUI/src/react-navigation/navigators/createMaterialBottomTabNavigator.tsx +0 -72
  305. package/Examples/SampleUI/src/react-navigation/types.tsx +0 -126
  306. package/Examples/SampleUI/src/react-navigation/views/MaterialBottomTabView.tsx +0 -140
  307. package/Examples/SampleUI/src/styles/fonts.tsx +0 -143
  308. package/Examples/SampleUI/src/styles/overlay.tsx +0 -70
  309. package/Examples/SampleUI/src/styles/shadow.tsx +0 -109
  310. package/Examples/SampleUI/src/styles/themes/index.ts +0 -4
  311. package/Examples/SampleUI/src/styles/themes/v2/DarkTheme.tsx +0 -30
  312. package/Examples/SampleUI/src/styles/themes/v2/LightTheme.tsx +0 -30
  313. package/Examples/SampleUI/src/styles/themes/v2/colors.tsx +0 -277
  314. package/Examples/SampleUI/src/styles/themes/v3/DarkTheme.tsx +0 -66
  315. package/Examples/SampleUI/src/styles/themes/v3/LightTheme.tsx +0 -69
  316. package/Examples/SampleUI/src/styles/themes/v3/tokens.tsx +0 -230
  317. package/Examples/SampleUI/src/utils/BackHandler/BackHandler.native.tsx +0 -3
  318. package/Examples/SampleUI/src/utils/BackHandler/BackHandler.tsx +0 -11
  319. package/Examples/SampleUI/src/utils/addEventListener.tsx +0 -56
  320. package/Examples/SampleUI/src/utils/forwardRef.tsx +0 -23
  321. package/Examples/SampleUI/src/utils/getContrastingColor.tsx +0 -15
  322. package/Examples/SampleUI/src/utils/hasTouchHandler.tsx +0 -23
  323. package/Examples/SampleUI/src/utils/roundLayoutSize.ts +0 -2
  324. package/Examples/SampleUI/src/utils/splitStyles.ts +0 -60
  325. package/Examples/SampleUI/src/utils/useAnimatedValue.tsx +0 -9
  326. package/Examples/SampleUI/src/utils/useAnimatedValueArray.tsx +0 -13
  327. package/Examples/SampleUI/src/utils/useIsKeyboardShown.tsx +0 -55
  328. package/Examples/SampleUI/src/utils/useLayout.tsx +0 -29
  329. package/Examples/SampleUI/src/utils/useLazyRef.tsx +0 -11
  330. package/Examples/SampleUI/tsconfig.json +0 -3
  331. package/Examples/SampleUI/utils/index.ts +0 -1426
@@ -1,252 +0,0 @@
1
- #!/bin/sh
2
-
3
- #
4
- # Copyright © 2015-2021 the original authors.
5
- #
6
- # Licensed under the Apache License, Version 2.0 (the "License");
7
- # you may not use this file except in compliance with the License.
8
- # You may obtain a copy of the License at
9
- #
10
- # https://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
- # SPDX-License-Identifier: Apache-2.0
19
- #
20
-
21
- ##############################################################################
22
- #
23
- # Gradle start up script for POSIX generated by Gradle.
24
- #
25
- # Important for running:
26
- #
27
- # (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
28
- # noncompliant, but you have some other compliant shell such as ksh or
29
- # bash, then to run this script, type that shell name before the whole
30
- # command line, like:
31
- #
32
- # ksh Gradle
33
- #
34
- # Busybox and similar reduced shells will NOT work, because this script
35
- # requires all of these POSIX shell features:
36
- # * functions;
37
- # * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
38
- # «${var#prefix}», «${var%suffix}», and «$( cmd )»;
39
- # * compound commands having a testable exit status, especially «case»;
40
- # * various built-in commands including «command», «set», and «ulimit».
41
- #
42
- # Important for patching:
43
- #
44
- # (2) This script targets any POSIX shell, so it avoids extensions provided
45
- # by Bash, Ksh, etc; in particular arrays are avoided.
46
- #
47
- # The "traditional" practice of packing multiple parameters into a
48
- # space-separated string is a well documented source of bugs and security
49
- # problems, so this is (mostly) avoided, by progressively accumulating
50
- # options in "$@", and eventually passing that to Java.
51
- #
52
- # Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
53
- # and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
54
- # see the in-line comments for details.
55
- #
56
- # There are tweaks for specific operating systems such as AIX, CygWin,
57
- # Darwin, MinGW, and NonStop.
58
- #
59
- # (3) This script is generated from the Groovy template
60
- # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
61
- # within the Gradle project.
62
- #
63
- # You can find Gradle at https://github.com/gradle/gradle/.
64
- #
65
- ##############################################################################
66
-
67
- # Attempt to set APP_HOME
68
-
69
- # Resolve links: $0 may be a link
70
- app_path=$0
71
-
72
- # Need this for daisy-chained symlinks.
73
- while
74
- APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
75
- [ -h "$app_path" ]
76
- do
77
- ls=$( ls -ld "$app_path" )
78
- link=${ls#*' -> '}
79
- case $link in #(
80
- /*) app_path=$link ;; #(
81
- *) app_path=$APP_HOME$link ;;
82
- esac
83
- done
84
-
85
- # This is normally unused
86
- # shellcheck disable=SC2034
87
- APP_BASE_NAME=${0##*/}
88
- # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90
- ' "$PWD" ) || exit
91
-
92
- # Use the maximum available, or set MAX_FD != -1 to use that value.
93
- MAX_FD=maximum
94
-
95
- warn () {
96
- echo "$*"
97
- } >&2
98
-
99
- die () {
100
- echo
101
- echo "$*"
102
- echo
103
- exit 1
104
- } >&2
105
-
106
- # OS specific support (must be 'true' or 'false').
107
- cygwin=false
108
- msys=false
109
- darwin=false
110
- nonstop=false
111
- case "$( uname )" in #(
112
- CYGWIN* ) cygwin=true ;; #(
113
- Darwin* ) darwin=true ;; #(
114
- MSYS* | MINGW* ) msys=true ;; #(
115
- NONSTOP* ) nonstop=true ;;
116
- esac
117
-
118
- CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
119
-
120
-
121
- # Determine the Java command to use to start the JVM.
122
- if [ -n "$JAVA_HOME" ] ; then
123
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
124
- # IBM's JDK on AIX uses strange locations for the executables
125
- JAVACMD=$JAVA_HOME/jre/sh/java
126
- else
127
- JAVACMD=$JAVA_HOME/bin/java
128
- fi
129
- if [ ! -x "$JAVACMD" ] ; then
130
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
131
-
132
- Please set the JAVA_HOME variable in your environment to match the
133
- location of your Java installation."
134
- fi
135
- else
136
- JAVACMD=java
137
- if ! command -v java >/dev/null 2>&1
138
- then
139
- die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
140
-
141
- Please set the JAVA_HOME variable in your environment to match the
142
- location of your Java installation."
143
- fi
144
- fi
145
-
146
- # Increase the maximum file descriptors if we can.
147
- if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
148
- case $MAX_FD in #(
149
- max*)
150
- # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
151
- # shellcheck disable=SC2039,SC3045
152
- MAX_FD=$( ulimit -H -n ) ||
153
- warn "Could not query maximum file descriptor limit"
154
- esac
155
- case $MAX_FD in #(
156
- '' | soft) :;; #(
157
- *)
158
- # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
159
- # shellcheck disable=SC2039,SC3045
160
- ulimit -n "$MAX_FD" ||
161
- warn "Could not set maximum file descriptor limit to $MAX_FD"
162
- esac
163
- fi
164
-
165
- # Collect all arguments for the java command, stacking in reverse order:
166
- # * args from the command line
167
- # * the main class name
168
- # * -classpath
169
- # * -D...appname settings
170
- # * --module-path (only if needed)
171
- # * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
172
-
173
- # For Cygwin or MSYS, switch paths to Windows format before running java
174
- if "$cygwin" || "$msys" ; then
175
- APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
176
- CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
177
-
178
- JAVACMD=$( cygpath --unix "$JAVACMD" )
179
-
180
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
181
- for arg do
182
- if
183
- case $arg in #(
184
- -*) false ;; # don't mess with options #(
185
- /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
186
- [ -e "$t" ] ;; #(
187
- *) false ;;
188
- esac
189
- then
190
- arg=$( cygpath --path --ignore --mixed "$arg" )
191
- fi
192
- # Roll the args list around exactly as many times as the number of
193
- # args, so each arg winds up back in the position where it started, but
194
- # possibly modified.
195
- #
196
- # NB: a `for` loop captures its iteration list before it begins, so
197
- # changing the positional parameters here affects neither the number of
198
- # iterations, nor the values presented in `arg`.
199
- shift # remove old arg
200
- set -- "$@" "$arg" # push replacement arg
201
- done
202
- fi
203
-
204
-
205
- # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
206
- DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207
-
208
- # Collect all arguments for the java command:
209
- # * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210
- # and any embedded shellness will be escaped.
211
- # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212
- # treated as '${Hostname}' itself on the command line.
213
-
214
- set -- \
215
- "-Dorg.gradle.appname=$APP_BASE_NAME" \
216
- -classpath "$CLASSPATH" \
217
- org.gradle.wrapper.GradleWrapperMain \
218
- "$@"
219
-
220
- # Stop when "xargs" is not available.
221
- if ! command -v xargs >/dev/null 2>&1
222
- then
223
- die "xargs is not available"
224
- fi
225
-
226
- # Use "xargs" to parse quoted args.
227
- #
228
- # With -n1 it outputs one arg per line, with the quotes and backslashes removed.
229
- #
230
- # In Bash we could simply go:
231
- #
232
- # readarray ARGS < <( xargs -n1 <<<"$var" ) &&
233
- # set -- "${ARGS[@]}" "$@"
234
- #
235
- # but POSIX shell has neither arrays nor command substitution, so instead we
236
- # post-process each arg (as a line of input to sed) to backslash-escape any
237
- # character that might be a shell metacharacter, then use eval to reverse
238
- # that process (while maintaining the separation between arguments), and wrap
239
- # the whole thing up as a single "set" statement.
240
- #
241
- # This will of course break if any of these variables contains a newline or
242
- # an unmatched quote.
243
- #
244
-
245
- eval "set -- $(
246
- printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
247
- xargs -n1 |
248
- sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
249
- tr '\n' ' '
250
- )" '"$@"'
251
-
252
- exec "$JAVACMD" "$@"
@@ -1,94 +0,0 @@
1
- @rem
2
- @rem Copyright 2015 the original author or authors.
3
- @rem
4
- @rem Licensed under the Apache License, Version 2.0 (the "License");
5
- @rem you may not use this file except in compliance with the License.
6
- @rem You may obtain a copy of the License at
7
- @rem
8
- @rem https://www.apache.org/licenses/LICENSE-2.0
9
- @rem
10
- @rem Unless required by applicable law or agreed to in writing, software
11
- @rem distributed under the License is distributed on an "AS IS" BASIS,
12
- @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- @rem See the License for the specific language governing permissions and
14
- @rem limitations under the License.
15
- @rem
16
- @rem SPDX-License-Identifier: Apache-2.0
17
- @rem
18
-
19
- @if "%DEBUG%"=="" @echo off
20
- @rem ##########################################################################
21
- @rem
22
- @rem Gradle startup script for Windows
23
- @rem
24
- @rem ##########################################################################
25
-
26
- @rem Set local scope for the variables with windows NT shell
27
- if "%OS%"=="Windows_NT" setlocal
28
-
29
- set DIRNAME=%~dp0
30
- if "%DIRNAME%"=="" set DIRNAME=.
31
- @rem This is normally unused
32
- set APP_BASE_NAME=%~n0
33
- set APP_HOME=%DIRNAME%
34
-
35
- @rem Resolve any "." and ".." in APP_HOME to make it shorter.
36
- for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
37
-
38
- @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
39
- set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
40
-
41
- @rem Find java.exe
42
- if defined JAVA_HOME goto findJavaFromJavaHome
43
-
44
- set JAVA_EXE=java.exe
45
- %JAVA_EXE% -version >NUL 2>&1
46
- if %ERRORLEVEL% equ 0 goto execute
47
-
48
- echo. 1>&2
49
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50
- echo. 1>&2
51
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
- echo location of your Java installation. 1>&2
53
-
54
- goto fail
55
-
56
- :findJavaFromJavaHome
57
- set JAVA_HOME=%JAVA_HOME:"=%
58
- set JAVA_EXE=%JAVA_HOME%/bin/java.exe
59
-
60
- if exist "%JAVA_EXE%" goto execute
61
-
62
- echo. 1>&2
63
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64
- echo. 1>&2
65
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
- echo location of your Java installation. 1>&2
67
-
68
- goto fail
69
-
70
- :execute
71
- @rem Setup the command line
72
-
73
- set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
74
-
75
-
76
- @rem Execute Gradle
77
- "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
78
-
79
- :end
80
- @rem End local scope for the variables with windows NT shell
81
- if %ERRORLEVEL% equ 0 goto mainEnd
82
-
83
- :fail
84
- rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
85
- rem the _cmd.exe /c_ return code!
86
- set EXIT_CODE=%ERRORLEVEL%
87
- if %EXIT_CODE% equ 0 set EXIT_CODE=1
88
- if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
89
- exit /b %EXIT_CODE%
90
-
91
- :mainEnd
92
- if "%OS%"=="Windows_NT" endlocal
93
-
94
- :omega
@@ -1,21 +0,0 @@
1
- pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
2
- plugins { id("com.facebook.react.settings") }
3
- extensions.configure(com.facebook.react.ReactSettingsExtension){ ex ->
4
- def command = [
5
- 'node',
6
- '--no-warnings',
7
- '--eval',
8
- 'require(require.resolve(\'expo-modules-autolinking\', { paths: [require.resolve(\'expo/package.json\')] }))(process.argv.slice(1))',
9
- 'react-native-config',
10
- '--json',
11
- '--platform',
12
- 'android'
13
- ].toList()
14
- ex.autolinkLibrariesFromCommand(command)
15
- }
16
- rootProject.name = 'SampleUI'
17
- include ':app'
18
- includeBuild('../node_modules/@react-native/gradle-plugin')
19
-
20
- apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle")
21
- useExpoModules()
@@ -1,51 +0,0 @@
1
- {
2
- "name": "SampleUI",
3
- "displayName": "SampleUI",
4
- "expo": {
5
- "name": "React Native Paper Example",
6
- "description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
7
- "slug": "react-native-paper-example",
8
- "privacy": "public",
9
- "version": "3.16.0",
10
- "orientation": "default",
11
- "primaryColor": "#6200EE",
12
- "userInterfaceStyle": "automatic",
13
- "icon": "./assets/images/paper-icon.png",
14
- "newArchEnabled": true,
15
- "packagerOpts": {
16
- "config": "./metro.config.js",
17
- "projectRoots": ""
18
- },
19
- "platforms": ["android", "ios", "web"],
20
- "owner": "react-native-paper",
21
- "ios": {
22
- "bundleIdentifier": "com.callstack.reactnativepaperexample",
23
- "buildNumber": "26.0.5"
24
- },
25
- "android": {
26
- "package": "com.callstack.reactnativepaperexample",
27
- "versionCode": 38,
28
- "permissions": ["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE"],
29
- "icon": "./assets/images/paper-icon.png",
30
- "adaptiveIcon": {
31
- "foregroundImage": "./assets/images/android-icon.png",
32
- "backgroundColor": "#6200EE"
33
- }
34
- },
35
- "splash": {
36
- "image": "./assets/images/splash.png",
37
- "backgroundColor": "#6200EE",
38
- "resizeMode": "cover"
39
- },
40
- "extra": {
41
- "eas": {
42
- "projectId": "ba8f5139-58fe-48f0-b2f2-2d675b6eb2d4"
43
- }
44
- },
45
- "runtimeVersion": "exposdk:52.0.0",
46
- "updates": {
47
- "url": "https://u.expo.dev/ba8f5139-58fe-48f0-b2f2-2d675b6eb2d4"
48
- },
49
- "plugins": ["expo-font"]
50
- }
51
- }
@@ -1,47 +0,0 @@
1
- @font-face {
2
- font-family: 'Roboto-Thin';
3
- font-style: normal;
4
- font-display: swap;
5
- font-weight: 100;
6
- src:
7
- local('Roboto Thin '),
8
- local('Roboto-Thin'),
9
- url('~typeface-roboto/files/roboto-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
10
- url('~typeface-roboto/files/roboto-latin-100.woff') format('woff'); /* Modern Browsers */
11
- }
12
-
13
- @font-face {
14
- font-family: 'Roboto-Light';
15
- font-style: normal;
16
- font-display: swap;
17
- font-weight: 300;
18
- src:
19
- local('Roboto Light '),
20
- local('Roboto-Light'),
21
- url('~typeface-roboto/files/roboto-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
22
- url('~typeface-roboto/files/roboto-latin-300.woff') format('woff'); /* Modern Browsers */
23
- }
24
-
25
- @font-face {
26
- font-family: 'Roboto';
27
- font-style: normal;
28
- font-display: swap;
29
- font-weight: 400;
30
- src:
31
- local('Roboto Regular '),
32
- local('Roboto-Regular'),
33
- url('~typeface-roboto/files/roboto-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
34
- url('~typeface-roboto/files/roboto-latin-400.woff') format('woff'); /* Modern Browsers */
35
- }
36
-
37
- @font-face {
38
- font-family: 'Roboto-Medium';
39
- font-style: normal;
40
- font-display: swap;
41
- font-weight: 500;
42
- src:
43
- local('Roboto Medium '),
44
- local('Roboto-Medium'),
45
- url('~typeface-roboto/files/roboto-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
46
- url('~typeface-roboto/files/roboto-latin-500.woff') format('woff'); /* Modern Browsers */
47
- }
@@ -1,22 +0,0 @@
1
- const path = require('path');
2
-
3
- module.exports = function (api) {
4
- api.cache(true);
5
-
6
- return {
7
- presets: ['babel-preset-expo'],
8
- plugins: [
9
- [
10
- 'module-resolver',
11
- {
12
- extensions: ['.tsx', '.ts', '.js', '.json'],
13
- alias: {
14
- 'react-native-vector-icons': '@expo/vector-icons', //Fixes issue with icons not showing up on web (I also had to add @expo/vector-icons to react-native-paper devDependencies)
15
- },
16
- },
17
- ],
18
- ['@babel/plugin-proposal-export-namespace-from'],
19
- ['react-native-reanimated/plugin'],
20
- ],
21
- };
22
- };
@@ -1,9 +0,0 @@
1
- /**
2
- * @format
3
- */
4
-
5
- import {AppRegistry} from 'react-native';
6
- import App from './App';
7
- import {name as appName} from './app.json';
8
-
9
- AppRegistry.registerComponent(appName, () => App);
@@ -1,11 +0,0 @@
1
- # This `.xcode.env` file is versioned and is used to source the environment
2
- # used when running script phases inside Xcode.
3
- # To customize your local environment, you can create an `.xcode.env.local`
4
- # file that is not versioned.
5
-
6
- # NODE_BINARY variable contains the PATH to the node executable.
7
- #
8
- # Customize the NODE_BINARY variable here.
9
- # For example, to use nvm with brew, add the following line
10
- # . "$(brew --prefix nvm)/nvm.sh" --no-use
11
- export NODE_BINARY=$(command -v node)
@@ -1,71 +0,0 @@
1
- require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking")
2
- # Resolve react_native_pods.rb with node to allow for hoisting
3
- require Pod::Executable.execute_command('node', ['-p',
4
- 'require.resolve(
5
- "react-native/scripts/react_native_pods.rb",
6
- {paths: [process.argv[1]]},
7
- )', __dir__]).strip
8
-
9
- platform :ios, min_ios_version_supported
10
- prepare_react_native_project!
11
-
12
- linkage = ENV['USE_FRAMEWORKS']
13
- if linkage != nil
14
- Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
15
- use_frameworks! :linkage => linkage.to_sym
16
- end
17
-
18
- target 'SampleUI' do
19
- use_expo_modules!
20
-
21
- if ENV['EXPO_USE_COMMUNITY_AUTOLINKING'] == '1'
22
- config_command = ['node', '-e', "process.argv=['', '', 'config'];require('@react-native-community/cli').run()"];
23
- else
24
- config_command = [
25
- 'node',
26
- '--no-warnings',
27
- '--eval',
28
- 'require(require.resolve(\'expo-modules-autolinking\', { paths: [require.resolve(\'expo/package.json\')] }))(process.argv.slice(1))',
29
- 'react-native-config',
30
- '--json',
31
- '--platform',
32
- 'ios'
33
- ]
34
- end
35
-
36
- config = use_native_modules!(config_command)
37
-
38
- use_react_native!(
39
- :path => config[:reactNativePath],
40
- # An absolute path to your application root.
41
- :app_path => "#{Pod::Config.instance.installation_root}/.."
42
- )
43
-
44
- target 'SampleUITests' do
45
- inherit! :complete
46
- # Pods for testing
47
- end
48
-
49
- post_install do |installer|
50
- # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
51
- react_native_post_install(
52
- installer,
53
- config[:reactNativePath],
54
- :mac_catalyst_enabled => false,
55
- # :ccache_enabled => true
56
- )
57
-
58
- fmt_base = installer.sandbox.root.join('fmt/include/fmt/base.h')
59
- if fmt_base.exist?
60
- content = fmt_base.read
61
- patched = content.gsub(
62
- '__apple_build_version__ < 14000029L',
63
- '__apple_build_version__ < 99999999999L'
64
- )
65
- if patched != content
66
- fmt_base.chmod(0644)
67
- fmt_base.write(patched)
68
- end
69
- end
70
- end
71
- end