diff --git a/native/avatars/avatar-hooks.js b/native/avatars/avatar-hooks.js
--- a/native/avatars/avatar-hooks.js
+++ b/native/avatars/avatar-hooks.js
@@ -505,7 +505,7 @@
     );
 
     const containerStyle = {
-      paddingBotton: insets.bottom,
+      paddingBottom: insets.bottom,
     };
 
     const icons = options.map(option => {