dhre-ui-kit 0.0.186 → 0.0.187

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/lib/index.js CHANGED
@@ -2016,7 +2016,7 @@ const styles$k = reactNative.StyleSheet.create({
2016
2016
  borderRadius: moderateScale(8),
2017
2017
  overflow: "hidden"
2018
2018
  },
2019
- toastContainer: { flex: 1, alignItems: "center" },
2019
+ toastContainer: { flex: 1, alignItems: "center", justifyContent: "center" },
2020
2020
  innerContainer: {
2021
2021
  flexDirection: "row",
2022
2022
  alignItems: "center",