Skip to content

Commit

Permalink
fix: structure
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhi499 committed Dec 5, 2023
2 parents 536222e + 13b3cd0 commit f50b800
Show file tree
Hide file tree
Showing 798 changed files with 19,838 additions and 41,253 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pbxproj -text
# specific for windows script files
*.bat text eol=crlf
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ yarn-error.log*
.turbo
.vercel

packages/gluestack-style
packages/gluestack-style
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
Expand Down
35 changes: 0 additions & 35 deletions example/apps/expo-app/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions example/apps/expo-app/App.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions example/apps/expo-app/app.json

This file was deleted.

42 changes: 0 additions & 42 deletions example/apps/expo-app/babel.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions example/apps/expo-app/index.js

This file was deleted.

37 changes: 0 additions & 37 deletions example/apps/expo-app/metro.config.js

This file was deleted.

21 changes: 0 additions & 21 deletions example/apps/expo-app/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions example/apps/expo-app/tsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions example/storybook/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
const path = require('path');
<<<<<<< HEAD
=======

>>>>>>> source-gluestack-style
// console.log(path.resolve('../../', 'node_modules/@gluestack-style/react'));
module.exports = {
stories: [
Expand All @@ -19,10 +15,6 @@ module.exports = {
'@storybook/addon-essentials',
'@storybook/addon-react-native-web',
'@storybook/addon-docs',
<<<<<<< HEAD
'@geometricpanda/storybook-addon-iframe',
=======
>>>>>>> source-gluestack-style
],
staticDirs: ['../public'],
framework: '@storybook/react',
Expand All @@ -47,7 +39,6 @@ module.exports = {
use: 'babel-loader',
});

<<<<<<< HEAD
config.resolve.alias = {
...config.resolve.alias,
'@gluestack-ui/themed': path.join(
Expand All @@ -67,8 +58,6 @@ module.exports = {
'../../../packages/config/src/gluestack-ui.config'
),
};
=======
>>>>>>> source-gluestack-style
config.module.rules.push({
test: /\.mjs$/,
include: /node_modules/,
Expand Down
2 changes: 1 addition & 1 deletion example/storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const parameters = {
},
};

import { useDarkMode } from '../src/hooks/useDarkMode';
import { useDarkMode } from '../src/ui/hooks/useDarkMode';
import { Platform } from 'react-native';

export const decorators = [
Expand Down
3 changes: 3 additions & 0 deletions example/storybook/addons.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// import '@storybook/addon-actions/register';
// import '@storybook/addon-links/register';
// import '@storybook/addon-knobs/register';
Loading

0 comments on commit f50b800

Please sign in to comment.