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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 19.0.28 (2026-09-14)
2
+
3
+ ### Reverts
4
+
5
+ * Revert "Beta ReactNativeConnect build: 18.0.36" ([609ad7d](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/commit/609ad7d3244ec06f27dced5864d40585c5b3c9cf))
6
+ ## 19.0.27 (2026-09-14)
7
+
8
+ ### Reverts
9
+
10
+ * Revert "Beta ReactNativeConnect build: 18.0.36" ([609ad7d](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/commit/609ad7d3244ec06f27dced5864d40585c5b3c9cf))
1
11
  ## 19.0.26 (2026-09-11)
2
12
 
3
13
  ### Reverts
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Connect": {
3
3
  "AndroidNotificationIconResName": "ic_notification",
4
- "AndroidVersion": "11.0.26-beta",
4
+ "AndroidVersion": "11.0.28-beta",
5
5
  "AppKey": "YOUR_CONNECT_APP_KEY_HERE",
6
6
  "KillSwitchUrl": "YOUR_KILL_SWITCH_URL_HERE",
7
7
  "PostMessageUrl": "YOUR_POST_MESSAGE_URL_HERE",
@@ -24,7 +24,7 @@
24
24
  "IpPlaceholder": "N/A",
25
25
  "KillSwitchAsync": true,
26
26
  "KillSwitchDelay": 300,
27
- "LibraryVersion": "11.0.26-beta",
27
+ "LibraryVersion": "11.0.28-beta",
28
28
  "LogFullRequestResponsePayloads": true,
29
29
  "MessageTypeHeader": "WorklightHit",
30
30
  "MessageTypes": "4,5",
@@ -1,4 +1,4 @@
1
- #Fri Sep 11 16:19:04 GMT 2026
1
+ #Mon Sep 14 14:18:12 GMT 2026
2
2
  UseWhiteList=true
3
3
  PrintScreen=3
4
4
  UseRandomSample=false
package/package.json CHANGED
@@ -97,14 +97,7 @@
97
97
  "*.podspec",
98
98
  "README.md",
99
99
  "CHANGELOG.md",
100
- "scripts",
101
- "Examples/SampleUI/**/*",
102
- "!Examples/SampleUI/**/__tests__/**",
103
- "!Examples/SampleUI/**/*.test.*",
104
- "!Examples/SampleUI/node_modules/**",
105
- "!Examples/SampleUI/temp/**",
106
- "!Examples/SampleUI/logs/**",
107
- "!Examples/SampleUI/android/.gradle/**"
100
+ "scripts"
108
101
  ],
109
102
  "homepage": "https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta",
110
103
  "keywords": [
@@ -233,7 +226,7 @@
233
226
  "source": "src/index",
234
227
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
235
228
  "types": "./lib/typescript/src/index.d.ts",
236
- "version": "19.0.26",
229
+ "version": "19.0.28",
237
230
  "workspaces": [
238
231
  "example",
239
232
  "Examples/bare-workflow"
@@ -1,2 +0,0 @@
1
- BUNDLE_PATH: "vendor/bundle"
2
- BUNDLE_FORCE_RUBY_PLATFORM: 1
@@ -1,83 +0,0 @@
1
- /** @type {Detox.DetoxConfig} */
2
- module.exports = {
3
- testRunner: {
4
- args: {
5
- '$0': 'jest',
6
- config: 'e2e/jest.config.js'
7
- },
8
- jest: {
9
- setupTimeout: 120000
10
- }
11
- },
12
- apps: {
13
- 'ios.debug': {
14
- type: 'ios.app',
15
- binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/SampleUI.app',
16
- build: 'xcodebuild -workspace ios/SampleUI.xcworkspace -scheme SampleUI -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build'
17
- },
18
- 'ios.release': {
19
- type: 'ios.app',
20
- binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/SampleUI.app',
21
- build: 'xcodebuild -workspace ios/SampleUI.xcworkspace -scheme SampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ios/build'
22
- },
23
- 'android.debug': {
24
- type: 'android.apk',
25
- binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
26
- build: 'cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
27
- reversePorts: [
28
- 8081
29
- ]
30
- },
31
- 'android.release': {
32
- type: 'android.apk',
33
- binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
34
- build: 'cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release'
35
- }
36
- },
37
- devices: {
38
- simulator: {
39
- type: 'ios.simulator',
40
- device: {
41
- type: 'iPhone 15'
42
- }
43
- },
44
- attached: {
45
- type: 'android.attached',
46
- device: {
47
- adbName: '.*'
48
- }
49
- },
50
- emulator: {
51
- type: 'android.emulator',
52
- device: {
53
- avdName: 'Pixel_3a_API_30_x86'
54
- }
55
- }
56
- },
57
- configurations: {
58
- 'ios.sim.debug': {
59
- device: 'simulator',
60
- app: 'ios.debug'
61
- },
62
- 'ios.sim.release': {
63
- device: 'simulator',
64
- app: 'ios.release'
65
- },
66
- 'android.att.debug': {
67
- device: 'attached',
68
- app: 'android.debug'
69
- },
70
- 'android.att.release': {
71
- device: 'attached',
72
- app: 'android.release'
73
- },
74
- 'android.emu.debug': {
75
- device: 'emulator',
76
- app: 'android.debug'
77
- },
78
- 'android.emu.release': {
79
- device: 'emulator',
80
- app: 'android.release'
81
- }
82
- }
83
- };
@@ -1,4 +0,0 @@
1
- module.exports = {
2
- root: true,
3
- extends: '@react-native',
4
- };
@@ -1,7 +0,0 @@
1
- module.exports = {
2
- arrowParens: 'avoid',
3
- bracketSameLine: true,
4
- bracketSpacing: false,
5
- singleQuote: true,
6
- trailingComma: 'all',
7
- };
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- export { default } from './src/index';
@@ -1,180 +0,0 @@
1
- {
2
- "Connect": {
3
- "AndroidVersion": "10.4.48",
4
- "AppKey": "fa47722a7fef4bcd8677fd8d6d113a0d",
5
- "KillSwitchUrl": "https://lib-us-2.brilliantcollector.com/collector/switch/b6c3709b7a4c479bb4b5a9fb8fec324c",
6
- "PostMessageUrl": "https://lib-us-2.brilliantcollector.com/collector/collectorPost",
7
- "iOSVersion": "",
8
- "layoutConfigAndroid": {
9
- "AppendMapIds": {
10
- "[w,9290],[v,0]": {
11
- "mid": "ASimpleUIView"
12
- },
13
- "idxPathValue": {
14
- "mid": "giveAdditionalId2"
15
- },
16
- "tag2999999": {
17
- "mid": "giveAdditionalId1"
18
- }
19
- },
20
- "AutoLayout": {
21
- "ExampleMaskingPage": {
22
- "CaptureLayoutDelay": 0,
23
- "CaptureLayoutOn": 0,
24
- "CaptureScreenVisits": false,
25
- "CaptureScreenshotOn": 0,
26
- "CaptureUserEvents": false,
27
- "DisplayName": "",
28
- "Masking": {
29
- "HasCustomMask": true,
30
- "HasMasking": true,
31
- "MaskAccessibilityIdList": [
32
-
33
- ],
34
- "MaskAccessibilityLabelList": [
35
-
36
- ],
37
- "MaskIdList": [
38
- "^9[0-9][0-9][0-9]$",
39
- "^\\[wvv,0\\],\\[dddv,0\\],\\[v,0\\],\\[v,0\\],\\[v,0\\],\\[b,0\\](.)*$"
40
- ],
41
- "MaskValueList": [
42
- "^4[0-9]{12}(?:[0-9]{3})?$",
43
- "^3[47][0-9]{13}$",
44
- "^65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10})$",
45
- "^(5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12}))$"
46
- ],
47
- "Sensitive": {
48
- "capitalCaseAlphabet": "X",
49
- "number": "9",
50
- "smallCaseAlphabet": "x",
51
- "symbol": "#"
52
- }
53
- },
54
- "NumberOfWebViews": 0,
55
- "ScreenChange": false,
56
- "ScreenShot": false
57
- },
58
- "GlobalScreenSettings": {
59
- "CaptureLayoutDelay": 500,
60
- "CaptureLayoutOn": 2,
61
- "CaptureScreenVisits": false,
62
- "CaptureScreenshotOn": 2,
63
- "CaptureUserEvents": true,
64
- "DisplayName": "",
65
- "Masking": {
66
- "HasCustomMask": true,
67
- "HasMasking": true,
68
- "MaskAccessibilityIdList": [
69
-
70
- ],
71
- "MaskAccessibilityLabelList": [
72
-
73
- ],
74
- "MaskIdList": [
75
-
76
- ],
77
- "MaskValueList": [
78
-
79
- ],
80
- "Sensitive": {
81
- "capitalCaseAlphabet": "X",
82
- "number": "9",
83
- "smallCaseAlphabet": "x",
84
- "symbol": "#"
85
- }
86
- },
87
- "NumberOfWebViews": 0,
88
- "ScreenChange": true,
89
- "ScreenShot": true
90
- }
91
- }
92
- },
93
- "layoutConfigIos": {
94
- "AppendMapIds": {
95
- "[w,9290],[v,0]": {
96
- "mid": "ASimpleUIView"
97
- },
98
- "idxPathValue": {
99
- "mid": "giveAdditionalId2"
100
- },
101
- "tag2999999": {
102
- "mid": "giveAdditionalId1"
103
- }
104
- },
105
- "AutoLayout": {
106
- "ExampleMaskingPage": {
107
- "CaptureLayoutDelay": 0,
108
- "CaptureLayoutOn": 0,
109
- "CaptureScreenVisits": false,
110
- "CaptureScreenshotOn": 0,
111
- "CaptureUserEvents": false,
112
- "DisplayName": "",
113
- "Masking": {
114
- "HasCustomMask": true,
115
- "HasMasking": true,
116
- "MaskAccessibilityIdList": [
117
-
118
- ],
119
- "MaskAccessibilityLabelList": [
120
-
121
- ],
122
- "MaskIdList": [
123
- "^9[0-9][0-9][0-9]$",
124
- "^\\[wvv,0\\],\\[dddv,0\\],\\[v,0\\],\\[v,0\\],\\[v,0\\],\\[b,0\\](.)*$"
125
- ],
126
- "MaskValueList": [
127
- "^4[0-9]{12}(?:[0-9]{3})?$",
128
- "^3[47][0-9]{13}$",
129
- "^65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10})$",
130
- "^(5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12}))$"
131
- ],
132
- "Sensitive": {
133
- "capitalCaseAlphabet": "X",
134
- "number": "9",
135
- "smallCaseAlphabet": "x",
136
- "symbol": "#"
137
- }
138
- },
139
- "NumberOfWebViews": 0,
140
- "ScreenChange": false,
141
- "ScreenShot": false
142
- },
143
- "GlobalScreenSettings": {
144
- "CaptureLayoutDelay": 500,
145
- "CaptureLayoutOn": 2,
146
- "CaptureScreenVisits": false,
147
- "CaptureScreenshotOn": 2,
148
- "CaptureUserEvents": true,
149
- "DisplayName": "",
150
- "Masking": {
151
- "HasCustomMask": true,
152
- "HasMasking": true,
153
- "MaskAccessibilityIdList": [
154
-
155
- ],
156
- "MaskAccessibilityLabelList": [
157
-
158
- ],
159
- "MaskIdList": [
160
-
161
- ],
162
- "MaskValueList": [
163
-
164
- ],
165
- "Sensitive": {
166
- "capitalCaseAlphabet": "X",
167
- "number": "9",
168
- "smallCaseAlphabet": "x",
169
- "symbol": "#"
170
- }
171
- },
172
- "NumberOfWebViews": 0,
173
- "ScreenChange": true,
174
- "ScreenShot": true
175
- }
176
- }
177
- },
178
- "useRelease": false
179
- }
180
- }
@@ -1,10 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4
- ruby ">= 2.6.10"
5
-
6
- # Exclude problematic versions of cocoapods and activesupport that causes build failures.
7
- gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8
- gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9
- gem 'xcodeproj', '< 1.26.0'
10
- gem 'concurrent-ruby', '< 1.3.4'
@@ -1,121 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- CFPropertyList (3.0.7)
5
- base64
6
- nkf
7
- rexml
8
- activesupport (7.1.5.1)
9
- base64
10
- benchmark (>= 0.3)
11
- bigdecimal
12
- concurrent-ruby (~> 1.0, >= 1.0.2)
13
- connection_pool (>= 2.2.5)
14
- drb
15
- i18n (>= 1.6, < 2)
16
- logger (>= 1.4.2)
17
- minitest (>= 5.1)
18
- mutex_m
19
- securerandom (>= 0.3)
20
- tzinfo (~> 2.0)
21
- addressable (2.8.7)
22
- public_suffix (>= 2.0.2, < 7.0)
23
- algoliasearch (1.27.5)
24
- httpclient (~> 2.8, >= 2.8.3)
25
- json (>= 1.5.1)
26
- atomos (0.1.3)
27
- base64 (0.2.0)
28
- benchmark (0.4.0)
29
- bigdecimal (3.1.9)
30
- claide (1.1.0)
31
- cocoapods (1.15.2)
32
- addressable (~> 2.8)
33
- claide (>= 1.0.2, < 2.0)
34
- cocoapods-core (= 1.15.2)
35
- cocoapods-deintegrate (>= 1.0.3, < 2.0)
36
- cocoapods-downloader (>= 2.1, < 3.0)
37
- cocoapods-plugins (>= 1.0.0, < 2.0)
38
- cocoapods-search (>= 1.0.0, < 2.0)
39
- cocoapods-trunk (>= 1.6.0, < 2.0)
40
- cocoapods-try (>= 1.1.0, < 2.0)
41
- colored2 (~> 3.1)
42
- escape (~> 0.0.4)
43
- fourflusher (>= 2.3.0, < 3.0)
44
- gh_inspector (~> 1.0)
45
- molinillo (~> 0.8.0)
46
- nap (~> 1.0)
47
- ruby-macho (>= 2.3.0, < 3.0)
48
- xcodeproj (>= 1.23.0, < 2.0)
49
- cocoapods-core (1.15.2)
50
- activesupport (>= 5.0, < 8)
51
- addressable (~> 2.8)
52
- algoliasearch (~> 1.0)
53
- concurrent-ruby (~> 1.1)
54
- fuzzy_match (~> 2.0.4)
55
- nap (~> 1.0)
56
- netrc (~> 0.11)
57
- public_suffix (~> 4.0)
58
- typhoeus (~> 1.0)
59
- cocoapods-deintegrate (1.0.5)
60
- cocoapods-downloader (2.1)
61
- cocoapods-plugins (1.0.0)
62
- nap
63
- cocoapods-search (1.0.1)
64
- cocoapods-trunk (1.6.0)
65
- nap (>= 0.8, < 2.0)
66
- netrc (~> 0.11)
67
- cocoapods-try (1.2.0)
68
- colored2 (3.1.2)
69
- concurrent-ruby (1.3.3)
70
- connection_pool (2.5.2)
71
- drb (2.2.1)
72
- escape (0.0.4)
73
- ethon (0.16.0)
74
- ffi (>= 1.15.0)
75
- ffi (1.17.2)
76
- fourflusher (2.3.1)
77
- fuzzy_match (2.0.4)
78
- gh_inspector (1.1.3)
79
- httpclient (2.9.0)
80
- mutex_m
81
- i18n (1.14.7)
82
- concurrent-ruby (~> 1.0)
83
- json (2.10.2)
84
- logger (1.7.0)
85
- minitest (5.25.5)
86
- molinillo (0.8.0)
87
- mutex_m (0.3.0)
88
- nanaimo (0.3.0)
89
- nap (1.1.0)
90
- netrc (0.11.0)
91
- nkf (0.2.0)
92
- public_suffix (4.0.7)
93
- rexml (3.4.1)
94
- ruby-macho (2.5.1)
95
- securerandom (0.3.2)
96
- typhoeus (1.4.1)
97
- ethon (>= 0.9.0)
98
- tzinfo (2.0.6)
99
- concurrent-ruby (~> 1.0)
100
- xcodeproj (1.25.1)
101
- CFPropertyList (>= 2.3.3, < 4.0)
102
- atomos (~> 0.1.3)
103
- claide (>= 1.0.2, < 2.0)
104
- colored2 (~> 3.1)
105
- nanaimo (~> 0.3.0)
106
- rexml (>= 3.3.6, < 4.0)
107
-
108
- PLATFORMS
109
- ruby
110
-
111
- DEPENDENCIES
112
- activesupport (>= 6.1.7.5, != 7.1.0)
113
- cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
114
- concurrent-ruby (< 1.3.4)
115
- xcodeproj (< 1.26.0)
116
-
117
- RUBY VERSION
118
- ruby 3.0.0p0
119
-
120
- BUNDLED WITH
121
- 2.2.3
@@ -1,79 +0,0 @@
1
- This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).
2
-
3
- # Getting Started
4
-
5
- >**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till "Creating a new application" step, before proceeding.
6
-
7
- ## Step 1: Start the Metro Server
8
-
9
- First, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.
10
-
11
- To start Metro, run the following command from the _root_ of your React Native project:
12
-
13
- ```bash
14
- # using npm
15
- npm start
16
-
17
- # OR using Yarn
18
- yarn start
19
- ```
20
-
21
- ## Step 2: Start your Application
22
-
23
- Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:
24
-
25
- ### For Android
26
-
27
- ```bash
28
- # using npm
29
- npm run android
30
-
31
- # OR using Yarn
32
- yarn android
33
- ```
34
-
35
- ### For iOS
36
-
37
- ```bash
38
- # using npm
39
- npm run ios
40
-
41
- # OR using Yarn
42
- yarn ios
43
- ```
44
-
45
- If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
46
-
47
- This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
48
-
49
- ## Step 3: Modifying your App
50
-
51
- Now that you have successfully run the app, let's modify it.
52
-
53
- 1. Open `App.tsx` in your text editor of choice and edit some lines.
54
- 2. For **Android**: Press the <kbd>R</kbd> key twice or select **"Reload"** from the **Developer Menu** (<kbd>Ctrl</kbd> + <kbd>M</kbd> (on Window and Linux) or <kbd>Cmd ⌘</kbd> + <kbd>M</kbd> (on macOS)) to see your changes!
55
-
56
- For **iOS**: Hit <kbd>Cmd ⌘</kbd> + <kbd>R</kbd> in your iOS Simulator to reload the app and see your changes!
57
-
58
- ## Congratulations! :tada:
59
-
60
- You've successfully run and modified your React Native App. :partying_face:
61
-
62
- ### Now what?
63
-
64
- - If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).
65
- - If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).
66
-
67
- # Troubleshooting
68
-
69
- If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.
70
-
71
- # Learn More
72
-
73
- To learn more about React Native, take a look at the following resources:
74
-
75
- - [React Native Website](https://reactnative.dev) - learn more about React Native.
76
- - [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
77
- - [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
78
- - [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
79
- - [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.