Skip to content

Commit

Permalink
Merge pull request #315 from Albert-Gao/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
nandorojo authored Feb 24, 2023
2 parents 1a3ce80 + e29b5e2 commit 7a0489e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-monorepos/blank/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ While it's pretty barebones, it does a lot of the annoying config for you. The f
- `moti` for animations
- `dripsy` for theming/design (you can bring your own, too)
- Expo SDK 46
- Next.js 12
- Next.js 13
- React Navigation 6

## 🗂 Folder layout
Expand Down
2 changes: 1 addition & 1 deletion example-monorepos/with-custom-font/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ While it's pretty barebones, it does a lot of the annoying config for you. The f
- `moti` for animations
- `dripsy` for theming/design (you can bring your own, too)
- Expo SDK 46
- Next.js 12
- Next.js 13
- React Navigation 6

## 🗂 Folder layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function (api) {
presets: [['babel-preset-expo', { jsxRuntime: 'automatic' }]],
plugins: [
'react-native-reanimated/plugin',
// https://expo.github.io/router/docs/intro#configure-the-babel-plugin
// https://expo.github.io/router/docs/#configure-the-babel-plugin
require.resolve('expo-router/babel'),
],
}
Expand Down
2 changes: 1 addition & 1 deletion example-monorepos/with-expo-router/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Do note that Expo Router was announced recently (28 Sep 2022) as an **early beta
- `moti` for animations
- `dripsy` for theming/design (you can bring your own, too)
- Expo SDK 46
- Next.js 12
- Next.js 13
- React Navigation 6

## 🗂 Folder layout
Expand Down
2 changes: 1 addition & 1 deletion example-monorepos/with-tailwind/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Take a look at the [`packages/app/design`](https://github.com/nandorojo/solito/t
- `moti` for animations
- `nativewind` for theming/design (you can bring your own, too)
- Expo SDK 46
- Next.js 12.3
- Next.js 13
- React Navigation 6

## 🗂 Folder layout
Expand Down

3 comments on commit 7a0489e

@vercel
Copy link

@vercel vercel bot commented on 7a0489e Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solito-app – ./example-monorepos/blank/apps/next

solito-app-fernandorojo.vercel.app
solito-app.vercel.app
solito-app-git-master-fernandorojo.vercel.app
example.solito.dev

@vercel
Copy link

@vercel vercel bot commented on 7a0489e Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solito-s9oj – ./example-monorepos/with-tailwind/apps/next

solito-s9oj.vercel.app
solito-s9oj-git-master-beat-gig.vercel.app
solito-s9oj-beat-gig.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7a0489e Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

with-custom-fonts – ./example-monorepos/with-custom-font/apps/next

with-custom-fonts-fernandorojo.vercel.app
with-custom-fonts.vercel.app
custom-font.example.solito.dev
with-custom-fonts-git-master-fernandorojo.vercel.app

Please sign in to comment.