Loading mobile/babel.config.js +1 −0 Original line number Diff line number Diff line Loading @@ -2,5 +2,6 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ["nativewind/babel"], }; }; mobile/package-lock.json +471 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes mobile/package.json +2 −0 Original line number Diff line number Diff line Loading @@ -11,12 +11,14 @@ "dependencies": { "expo": "~50.0.11", "expo-status-bar": "~1.11.1", "nativewind": "^2.0.11", "react": "18.2.0", "react-native": "0.73.4" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "tailwindcss": "^3.3.2", "typescript": "^5.1.3" }, "private": true Loading mobile/tailwind.config.js 0 → 100644 +9 −0 Original line number Diff line number Diff line /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./App.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: {}, }, plugins: [], } Loading
mobile/babel.config.js +1 −0 Original line number Diff line number Diff line Loading @@ -2,5 +2,6 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ["nativewind/babel"], }; };
mobile/package-lock.json +471 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes
mobile/package.json +2 −0 Original line number Diff line number Diff line Loading @@ -11,12 +11,14 @@ "dependencies": { "expo": "~50.0.11", "expo-status-bar": "~1.11.1", "nativewind": "^2.0.11", "react": "18.2.0", "react-native": "0.73.4" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "tailwindcss": "^3.3.2", "typescript": "^5.1.3" }, "private": true Loading
mobile/tailwind.config.js 0 → 100644 +9 −0 Original line number Diff line number Diff line /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./App.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: {}, }, plugins: [], }