From 62e91653561c84c2377cd72c3a2ffa1f310a7b36 Mon Sep 17 00:00:00 2001 From: Daniel McCartney Date: Thu, 10 Aug 2023 16:01:26 -0400 Subject: [PATCH] feat: reduce the iOS platform version from 16 to 14 --- example/App.tsx | 121 +- .../android/app/src/main/AndroidManifest.xml | 3 +- example/index.js | 2 - example/ios/Podfile.lock | 20 +- .../project.pbxproj | 4 +- example/package-lock.json | 12667 +++++----------- example/package.json | 8 +- example/src/ConversationScreen.tsx | 1 + example/src/LaunchScreen.tsx | 52 +- ios/XMTPReactNative.podspec | 2 +- 10 files changed, 4196 insertions(+), 8684 deletions(-) diff --git a/example/App.tsx b/example/App.tsx index 29c9895e..75b6a10e 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -1,4 +1,3 @@ -import { ThirdwebProvider } from "@thirdweb-dev/react-native"; import React from "react"; import LaunchScreen from "./src/LaunchScreen"; @@ -15,66 +14,64 @@ import { Button } from "react-native"; const queryClient = new QueryClient(); export default function App() { return ( - - - - - - - - ({ - title: "My Conversations", - headerStyle: { - backgroundColor: "rgb(49 0 110)", - }, - headerTintColor: "#fff", - headerTitleStyle: { - fontWeight: "bold", - }, - headerRight: () => ( -