mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2025-12-06 06:36:29 +00:00
Update website version and include version information in header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@expo/vector-icons",
|
||||
"sideEffects": false,
|
||||
"version": "10.1.1-alpha.1",
|
||||
"version": "10.2.0",
|
||||
"description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
|
||||
"main": "build/IconsLazy.js",
|
||||
"module": "build/Icons.js",
|
||||
|
||||
@@ -2,6 +2,7 @@ import * as React from "react";
|
||||
import { NavigationContainer } from "@react-navigation/native";
|
||||
import { createStackNavigator } from "@react-navigation/stack";
|
||||
import { Dimensions, StatusBar, View } from "react-native";
|
||||
import { version } from "@expo/vector-icons/package.json";
|
||||
import List from "./screens/List";
|
||||
import Detail from "./screens/Detail";
|
||||
import Help from "./screens/Help";
|
||||
@@ -41,7 +42,7 @@ function Browsing() {
|
||||
name="List"
|
||||
component={List}
|
||||
options={{
|
||||
title: "@expo/vector-icons directory",
|
||||
title: `@expo/vector-icons@${version}`,
|
||||
headerStyle: {
|
||||
backgroundColor: "#000",
|
||||
borderBottomColor: "#000",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"build": "expo build:web --no-pwa"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "10.1.1-alpha.1",
|
||||
"@expo/vector-icons": "10.2.0",
|
||||
"@react-native-community/masked-view": "0.1.6",
|
||||
"@react-navigation/native": "^5.2.4",
|
||||
"@react-navigation/stack": "^5.2.19",
|
||||
|
||||
@@ -1261,10 +1261,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@expo/traveling-fastlane-linux/-/traveling-fastlane-linux-1.13.1.tgz#23d0bedfc085c455c29f2445e7419ce4fadd76b8"
|
||||
integrity sha512-6VnrOfbU9vOtdVpkalu23q1BIyoj5AKALDWo2mVhoPm8Qi9xiIdjT+pfiMeBUDrRuAitRZ3DORmpz4RtsZqDsg==
|
||||
|
||||
"@expo/vector-icons@10.1.1-alpha.1":
|
||||
version "10.1.1-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-10.1.1-alpha.1.tgz#62bf9ae797f774fc0b2c317bc25e3198da15208a"
|
||||
integrity sha512-+Z+TPXGeRbpwwyoB1rFAwOb5tgwnH27vupzLTtpfvscMWK6j0sdgiI2U7fFAFMgDyU9Q/FTe2IqSBLPvBicnZw==
|
||||
"@expo/vector-icons@10.2.0":
|
||||
version "10.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-10.2.0.tgz#3c70656683a6a873e18efc00bc61fc160a80dc55"
|
||||
integrity sha512-dYe0SW/xbzWRtWG7i1pc3QPMGMbdReVgP02XlwMkS4srAAjF0cZQVa3ZgZ6qzxI+OzKudpDXZRmENNth/b263g==
|
||||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user