From 15e279237e0392ec8eb486c8a8db398cfb281515 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Wed, 6 Dec 2023 15:29:02 -0700 Subject: [PATCH] Live Update Deny Added request after denying the conversation to set state on the conversation item Made wallet string selectable for easier developing Fixed Android Button styling on home screen --- example/App.tsx | 4 ++-- example/src/HomeScreen.tsx | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/example/App.tsx b/example/App.tsx index d281fe4b0..f475f8792 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -1,6 +1,6 @@ import { NavigationContainer } from '@react-navigation/native' import React from 'react' -import { Button } from 'react-native' +import { Button, Platform } from 'react-native' import { QueryClient, QueryClientProvider } from 'react-query' import ConversationCreateScreen from './src/ConversationCreateScreen' @@ -53,7 +53,7 @@ export default function App() {