mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
nativewind not working on video player
This commit is contained in:
@@ -13,7 +13,7 @@ export const Header = ({ title }: HeaderProps) => {
|
||||
<View className="absolute top-0 flex w-full flex-row items-center justify-between px-6 pt-6">
|
||||
<BackButton className="w-36" />
|
||||
<Text className="font-bold">{title}</Text>
|
||||
<View className="flex w-36 flex-row items-center justify-center gap-2 space-x-2 rounded-full bg-secondary-300 px-4 py-2 opacity-50">
|
||||
<View className="flex w-36 flex-row items-center justify-center gap-2 space-x-2 rounded-full bg-secondary-300 px-4 py-2 opacity-80">
|
||||
<Image source={Icon} className="h-6 w-6" />
|
||||
<Text className="font-bold">movie-web</Text>
|
||||
</View>
|
||||
|
Reference in New Issue
Block a user