Skip to content

Commit

Permalink
fix(expo): syncing the changes before trying android.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Feb 24, 2025
1 parent d13d7ac commit af839d6
Show file tree
Hide file tree
Showing 18 changed files with 47,955 additions and 191,120 deletions.
14 changes: 13 additions & 1 deletion apps/cityvote/expo-cityvote/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
[
'@tamagui/babel-plugin',
{
components: ['tamagui'],
config: './tamagui.config.ts',
logTimings: true,
},
],

'react-native-reanimated/plugin',
],
};
};
};
8,123 changes: 3,678 additions & 4,445 deletions apps/cityvote/expo-cityvote/.tamagui/tamagui.config.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit af839d6

Please sign in to comment.