newcandies 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -462,7 +462,7 @@ function RootLayoutNav() {
462
462
  import FontAwesome from '@expo/vector-icons/FontAwesome';
463
463
  import { Link, Tabs } from 'expo-router';
464
464
  import { Pressable } from 'react-native';
465
- import '../../global.css';
465
+ import '../../../global.css';
466
466
 
467
467
  function TabBarIcon(props: { name: React.ComponentProps<typeof FontAwesome>['name']; color: string; }) {
468
468
  return <FontAwesome size={28} style={{ marginBottom: -3 }} {...props} />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newcandies",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Scaffold Expo Router + Uniwind React Native apps with layered templates.",
5
5
  "type": "module",
6
6
  "bin": {