mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-27 11:49:28 +00:00
v1.3.0
This commit is contained in:
6
app.json
6
app.json
@@ -3,12 +3,12 @@
|
||||
"name": "Argon FREE React Native",
|
||||
"slug": "argon-free-react-native",
|
||||
"privacy": "public",
|
||||
"sdkVersion": "34.0.0",
|
||||
"sdkVersion": "35.0.0",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
],
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
@@ -26,4 +26,4 @@
|
||||
"supportsTablet": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ class DrawerItem extends React.Component {
|
||||
name="shop"
|
||||
family="ArgonExtra"
|
||||
size={10}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
color={focused ? "white" : argonTheme.COLORS.PRIMARY}
|
||||
/>
|
||||
);
|
||||
case "Elements":
|
||||
@@ -25,16 +25,7 @@ class DrawerItem extends React.Component {
|
||||
name="map-big"
|
||||
family="ArgonExtra"
|
||||
size={12}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
/>
|
||||
);
|
||||
case "Components":
|
||||
return (
|
||||
<Icon
|
||||
name="map-big"
|
||||
family="ArgonExtra"
|
||||
size={12}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
color={focused ? "white" : argonTheme.COLORS.ERROR}
|
||||
/>
|
||||
);
|
||||
case "Articles":
|
||||
@@ -43,7 +34,7 @@ class DrawerItem extends React.Component {
|
||||
name="spaceship"
|
||||
family="ArgonExtra"
|
||||
size={12}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
color={focused ? "white" : argonTheme.COLORS.PRIMARY}
|
||||
/>
|
||||
);
|
||||
case "Profile":
|
||||
@@ -52,7 +43,7 @@ class DrawerItem extends React.Component {
|
||||
name="chart-pie-35"
|
||||
family="ArgonExtra"
|
||||
size={12}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
color={focused ? "white" : argonTheme.COLORS.WARNING}
|
||||
/>
|
||||
);
|
||||
case "Account":
|
||||
@@ -61,7 +52,7 @@ class DrawerItem extends React.Component {
|
||||
name="calendar-date"
|
||||
family="ArgonExtra"
|
||||
size={12}
|
||||
color={focused ? "white" : argonTheme.COLORS.ICON}
|
||||
color={focused ? "white" : argonTheme.COLORS.INFO}
|
||||
/>
|
||||
);
|
||||
case "Getting Started":
|
||||
|
||||
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "argon-react-native",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
|
||||
"main": "node_modules/expo/AppEntry.js",
|
||||
"scripts": {
|
||||
@@ -14,19 +14,19 @@
|
||||
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^34.0.3",
|
||||
"expo-asset": "^6.0.0",
|
||||
"expo-font": "^6.0.1",
|
||||
"galio-framework": "^0.6.1",
|
||||
"expo": "^35.0.0",
|
||||
"expo-asset": "~7.0.0",
|
||||
"expo-font": "~7.0.0",
|
||||
"galio-framework": "^0.6.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "16.8.3",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
|
||||
"react-native-gesture-handler": "^1.3.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
|
||||
"react-native-gesture-handler": "~1.3.0",
|
||||
"react-native-modal-dropdown": "^0.6.2",
|
||||
"react-navigation": "^3.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-expo": "^5.0.0"
|
||||
"babel-preset-expo": "^7.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"argon react native",
|
||||
|
||||
Reference in New Issue
Block a user