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,129 +0,0 @@
1
- apply plugin: "com.android.application"
2
- apply plugin: "org.jetbrains.kotlin.android"
3
- apply plugin: "com.facebook.react"
4
-
5
- /**
6
- * This is the configuration block to customize your React Native Android app.
7
- * By default you don't need to apply any configuration, just uncomment the lines you need.
8
- */
9
- react {
10
- /* Folders */
11
- // The root of your project, i.e. where "package.json" lives. Default is '../..'
12
- // root = file("../../")
13
- // The folder where the react-native NPM package is. Default is ../../node_modules/react-native
14
- // reactNativeDir = file("../../node_modules/react-native")
15
- // The folder where the react-native Codegen package is. Default is ../../node_modules/@react-native/codegen
16
- // codegenDir = file("../../node_modules/@react-native/codegen")
17
- // The cli.js file which is the React Native CLI entrypoint. Default is ../../node_modules/react-native/cli.js
18
- // cliFile = file("../../node_modules/react-native/cli.js")
19
-
20
- /* Variants */
21
- // The list of variants to that are debuggable. For those we're going to
22
- // skip the bundling of the JS bundle and the assets. By default is just 'debug'.
23
- // If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
24
- // debuggableVariants = ["liteDebug", "prodDebug"]
25
-
26
- /* Bundling */
27
- // A list containing the node command and its flags. Default is just 'node'.
28
- // nodeExecutableAndArgs = ["node"]
29
- //
30
- // The command to run when bundling. By default is 'bundle'
31
- // bundleCommand = "ram-bundle"
32
- //
33
- // The path to the CLI configuration file. Default is empty.
34
- // bundleConfig = file(../rn-cli.config.js)
35
- //
36
- // The name of the generated asset file containing your JS bundle
37
- // bundleAssetName = "MyApplication.android.bundle"
38
- //
39
- // The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
40
- // entryFile = file("../js/MyApplication.android.js")
41
- //
42
- // A list of extra flags to pass to the 'bundle' commands.
43
- // See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
44
- // extraPackagerArgs = []
45
-
46
- /* Hermes Commands */
47
- // The hermes compiler command to run. By default it is 'hermesc'
48
- // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
49
- //
50
- // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
51
- // hermesFlags = ["-O", "-output-source-map"]
52
-
53
- /* Autolinking */
54
- autolinkLibrariesWithApp()
55
- //
56
- // Added by install-expo-modules
57
- entryFile = file(["node", "-e", "require('expo/scripts/resolveAppEntry')", rootDir.getAbsoluteFile().getParentFile().getAbsolutePath(), "android", "absolute"].execute(null, rootDir).text.trim())
58
- cliFile = new File(["node", "--print", "require.resolve('@expo/cli')"].execute(null, rootDir).text.trim())
59
- bundleCommand = "export:embed"
60
- }
61
-
62
- /**
63
- * Set this to true to Run Proguard on Release builds to minify the Java bytecode.
64
- */
65
- def enableProguardInReleaseBuilds = false
66
-
67
- /**
68
- * The preferred build flavor of JavaScriptCore (JSC)
69
- *
70
- * For example, to use the international variant, you can use:
71
- * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
72
- *
73
- * The international variant includes ICU i18n library and necessary data
74
- * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
75
- * give correct results when using with locales other than en-US. Note that
76
- * this variant is about 6MiB larger per architecture than default.
77
- */
78
- def jscFlavor = 'org.webkit:android-jsc:+'
79
-
80
- android {
81
- ndkVersion = rootProject.ext.ndkVersion
82
- buildToolsVersion rootProject.ext.buildToolsVersion
83
- compileSdk = rootProject.ext.compileSdkVersion
84
-
85
- namespace = "com.sampleui"
86
- defaultConfig {
87
- applicationId "com.sampleui"
88
- minSdkVersion rootProject.ext.minSdkVersion
89
- targetSdkVersion rootProject.ext.targetSdkVersion
90
- versionCode 1
91
- versionName "1.0"
92
- }
93
- signingConfigs {
94
- debug {
95
- storeFile file('debug.keystore')
96
- storePassword 'android'
97
- keyAlias 'androiddebugkey'
98
- keyPassword 'android'
99
- }
100
- }
101
- buildTypes {
102
- debug {
103
- signingConfig = signingConfigs.debug
104
- }
105
- release {
106
- // Caution! In production, you need to generate your own keystore file.
107
- // see https://reactnative.dev/docs/signed-apk-android.
108
- signingConfig = signingConfigs.debug
109
- minifyEnabled enableProguardInReleaseBuilds
110
- proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
111
- }
112
- }
113
- }
114
-
115
- dependencies {
116
- // The version of react-native is set by the React Native Gradle Plugin
117
- implementation("com.facebook.react:react-android")
118
-
119
- // Connect SDK libraries
120
- implementation 'io.github.go-acoustic:connect:10.4.48'
121
-
122
- if (hermesEnabled.toBoolean()) {
123
- implementation("com.facebook.react:hermes-android")
124
- } else {
125
- implementation jscFlavor
126
- }
127
- }
128
-
129
- apply from: project(':react-native-acoustic-connect-beta').projectDir.getPath() + "/config.gradle"
@@ -1,10 +0,0 @@
1
- # Add project specific ProGuard rules here.
2
- # By default, the flags in this file are appended to flags specified
3
- # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt
4
- # You can edit the include path and order by changing the proguardFiles
5
- # directive in build.gradle.
6
- #
7
- # For more details, see
8
- # http://developer.android.com/guide/developing/tools/proguard.html
9
-
10
- # Add any project specific keep options here:
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:tools="http://schemas.android.com/tools">
4
-
5
- <application
6
- android:usesCleartextTraffic="true"
7
- tools:targetApi="28"
8
- tools:ignore="GoogleAppIndexingWarning"/>
9
- </manifest>
@@ -1,31 +0,0 @@
1
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
3
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
4
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
5
-
6
- <uses-permission android:name="android.permission.INTERNET" />
7
-
8
- <application
9
- android:name=".MainApplication"
10
- android:label="@string/app_name"
11
- android:icon="@mipmap/ic_launcher"
12
- android:roundIcon="@mipmap/ic_launcher_round"
13
- android:allowBackup="false"
14
- android:theme="@style/AppTheme"
15
- android:supportsRtl="true"
16
- >
17
- <activity
18
- android:name=".MainActivity"
19
- android:label="@string/app_name"
20
- android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
21
- android:launchMode="singleTask"
22
- android:windowSoftInputMode="adjustResize"
23
- android:exported="true"
24
- >
25
- <intent-filter>
26
- <action android:name="android.intent.action.MAIN" />
27
- <category android:name="android.intent.category.LAUNCHER" />
28
- </intent-filter>
29
- </activity>
30
- </application>
31
- </manifest>
@@ -1,30 +0,0 @@
1
- package com.sampleui
2
- import com.acoustic.connect.android.connectmod.Connect
3
- import android.view.MotionEvent
4
- import expo.modules.ReactActivityDelegateWrapper
5
-
6
- import com.facebook.react.ReactActivity
7
- import com.facebook.react.ReactActivityDelegate
8
- import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled
9
- import com.facebook.react.defaults.DefaultReactActivityDelegate
10
-
11
- class MainActivity : ReactActivity() {
12
-
13
- /**
14
- * Returns the name of the main component registered from JavaScript. This is used to schedule
15
- * rendering of the component.
16
- */
17
- override fun getMainComponentName(): String = "SampleUI"
18
-
19
- /**
20
- * Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
21
- * which allows you to enable New Architecture with a single boolean flags [fabricEnabled]
22
- */
23
- override fun createReactActivityDelegate(): ReactActivityDelegate = ReactActivityDelegateWrapper(this, BuildConfig.IS_NEW_ARCHITECTURE_ENABLED, DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled))
24
-
25
- override fun dispatchTouchEvent(e: MotionEvent?): Boolean {
26
- Connect.dispatchTouchEvent(this, e)
27
- return super.dispatchTouchEvent(e)
28
- }
29
- }
30
-
@@ -1,53 +0,0 @@
1
- package com.sampleui
2
- import android.content.res.Configuration
3
- import expo.modules.ApplicationLifecycleDispatcher
4
- import expo.modules.ReactNativeHostWrapper
5
-
6
- import android.app.Application
7
- import com.facebook.react.PackageList
8
- import com.facebook.react.ReactApplication
9
- import com.facebook.react.ReactHost
10
- import com.facebook.react.ReactNativeHost
11
- import com.facebook.react.ReactPackage
12
- import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
13
- import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
14
- import com.facebook.react.defaults.DefaultReactNativeHost
15
- import com.facebook.react.soloader.OpenSourceMergedSoMapping
16
- import com.facebook.soloader.SoLoader
17
-
18
- class MainApplication : Application(), ReactApplication {
19
-
20
- override val reactNativeHost: ReactNativeHost =
21
- ReactNativeHostWrapper(this, object : DefaultReactNativeHost(this) {
22
- override fun getPackages(): List<ReactPackage> =
23
- PackageList(this).packages.apply {
24
- // Packages that cannot be autolinked yet can be added manually here, for example:
25
- // add(MyReactNativePackage())
26
- }
27
-
28
- override fun getJSMainModuleName(): String = "index"
29
-
30
- override fun getUseDeveloperSupport(): Boolean = BuildConfig.DEBUG
31
-
32
- override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
33
- override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED
34
- })
35
-
36
- override val reactHost: ReactHost
37
- get() = ReactNativeHostWrapper.createReactHost(applicationContext, reactNativeHost)
38
-
39
- override fun onCreate() {
40
- super.onCreate()
41
- SoLoader.init(this, OpenSourceMergedSoMapping)
42
- if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
43
- // If you opted-in for the New Architecture, we load the native entry point for this app.
44
- load()
45
- }
46
- ApplicationLifecycleDispatcher.onApplicationCreate(this)
47
- }
48
-
49
- override fun onConfigurationChanged(newConfig: Configuration) {
50
- super.onConfigurationChanged(newConfig)
51
- ApplicationLifecycleDispatcher.onConfigurationChanged(this, newConfig)
52
- }
53
- }
@@ -1,37 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Copyright (C) 2014 The Android Open Source Project
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <inset xmlns:android="http://schemas.android.com/apk/res/android"
17
- android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
18
- android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
19
- android:insetTop="@dimen/abc_edit_text_inset_top_material"
20
- android:insetBottom="@dimen/abc_edit_text_inset_bottom_material"
21
- >
22
-
23
- <selector>
24
- <!--
25
- This file is a copy of abc_edit_text_material (https://bit.ly/3k8fX7I).
26
- The item below with state_pressed="false" and state_focused="false" causes a NullPointerException.
27
- NullPointerException:tempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable(android.content.res.Resources)'
28
-
29
- <item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
30
-
31
- For more info, see https://bit.ly/3CdLStv (react-native/pull/29452) and https://bit.ly/3nxOMoR.
32
- -->
33
- <item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
34
- <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/>
35
- </selector>
36
-
37
- </inset>
@@ -1,3 +0,0 @@
1
- <resources>
2
- <string name="app_name">SampleUI</string>
3
- </resources>
@@ -1,9 +0,0 @@
1
- <resources>
2
-
3
- <!-- Base application theme. -->
4
- <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
5
- <!-- Customize your theme here. -->
6
- <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
7
- </style>
8
-
9
- </resources>
@@ -1,21 +0,0 @@
1
- buildscript {
2
- ext {
3
- buildToolsVersion = "35.0.0"
4
- minSdkVersion = 24
5
- compileSdkVersion = 35
6
- targetSdkVersion = 34
7
- ndkVersion = "26.1.10909125"
8
- kotlinVersion = "1.9.25"
9
- }
10
- repositories {
11
- google()
12
- mavenCentral()
13
- }
14
- dependencies {
15
- classpath("com.android.tools.build:gradle")
16
- classpath("com.facebook.react:react-native-gradle-plugin")
17
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18
- }
19
- }
20
-
21
- apply plugin: "com.facebook.react.rootproject"
@@ -1,7 +0,0 @@
1
- distributionBase=GRADLE_USER_HOME
2
- distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
4
- networkTimeout=10000
5
- validateDistributionUrl=true
6
- zipStoreBase=GRADLE_USER_HOME
7
- zipStorePath=wrapper/dists
@@ -1,39 +0,0 @@
1
- # Project-wide Gradle settings.
2
-
3
- # IDE (e.g. Android Studio) users:
4
- # Gradle settings configured through the IDE *will override*
5
- # any settings specified in this file.
6
-
7
- # For more details on how to configure your build environment visit
8
- # http://www.gradle.org/docs/current/userguide/build_environment.html
9
-
10
- # Specifies the JVM arguments used for the daemon process.
11
- # The setting is particularly useful for tweaking memory settings.
12
- # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
13
- org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
14
-
15
- # When configured, Gradle will run in incubating parallel mode.
16
- # This option should only be used with decoupled projects. More details, visit
17
- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
- # org.gradle.parallel=true
19
-
20
- # AndroidX package structure to make it clearer which packages are bundled with the
21
- # Android operating system, and which are packaged with your app's APK
22
- # https://developer.android.com/topic/libraries/support-library/androidx-rn
23
- android.useAndroidX=true
24
-
25
- # Use this property to specify which architecture you want to build.
26
- # You can also override it from the CLI using
27
- # ./gradlew <task> -PreactNativeArchitectures=x86_64
28
- reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
29
-
30
- # Use this property to enable support to the new architecture.
31
- # This will allow you to use TurboModules and the Fabric render in
32
- # your application. You should enable this flag either if you want
33
- # to write custom TurboModules/Fabric components OR use libraries that
34
- # are providing them.
35
- newArchEnabled=true
36
-
37
- # Use this property to enable or disable the Hermes JS engine.
38
- # If set to false, you will be using JSC instead.
39
- hermesEnabled=true