rn-vs-lb 1.0.72 → 1.0.73

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.
@@ -151,7 +151,7 @@ export const InputMessage: FC<InputMessageProps> = ({
151
151
  {replyToMessage?.content ?? ''}
152
152
  </Text>
153
153
  )}
154
- <TouchableOpacity onPress={onCancelReply} style={{ top: -8 }}>
154
+ <TouchableOpacity onPress={onCancelReply} style={{ top: 0 }}>
155
155
  <Ionicons name="close-outline" size={25} color={theme.greyText} />
156
156
  </TouchableOpacity>
157
157
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-vs-lb",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Expo Router + Storybook template ready for npm distribution.",
5
5
  "keywords": [
6
6
  "expo",