agora-appbuilder-core 4.0.18 → 4.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agora-appbuilder-core",
3
- "version": "4.0.18",
3
+ "version": "4.0.19",
4
4
  "description": "React Native template for RTE app builder",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -926,7 +926,7 @@ const defaultItems: ToolbarDefaultItem[] = [
926
926
  hide: 'no',
927
927
  },
928
928
  {
929
- align: 'start',
929
+ align: 'center',
930
930
  component: RaiseHandToolbarItem,
931
931
  componentName: 'raise-hand',
932
932
  order: 0,