From 12f3e8c476c92640c5803f93557c3f49f5a36116 Mon Sep 17 00:00:00 2001 From: gxz Date: Mon, 4 Dec 2023 12:39:47 +0800 Subject: [PATCH] chore: ci --- example/src/App.tsx | 10 +++++----- example/src/config/agora.config.ts | 12 +++--------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index 081f085..5b18cf3 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -23,7 +23,7 @@ import { import Advanced from './advanced'; import Basic from './basic'; import Client from './components/Client'; -// import { ConfigHeader } from './config/ConfigHeader'; +import { ConfigHeader } from './config/ConfigHeader'; const RootStack = createStackNavigator(); const DATA = [Basic, Advanced]; @@ -81,10 +81,10 @@ export default function App() { const AppSectionList = SectionList; const Home = ({ navigation }: StackScreenProps) => { - // useEffect(() => { - // const headerRight = () => ; - // navigation.setOptions({ headerRight }); - // }, [navigation]); + useEffect(() => { + const headerRight = () => ; + navigation.setOptions({ headerRight }); + }, [navigation]); return (