Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expo upgrade to 51 #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

SeanMGonzalez
Copy link

upgraded expo from 49 to 51, IP detection, README IP protip

Copy link

vercel bot commented Aug 24, 2024

@SeanMGonzalez is attempting to deploy a commit to the Team Neynar's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wownar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 3:24pm

Copy link
Contributor

@dylsteck dylsteck left a comment

Choose a reason for hiding this comment

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

@SeanMGonzalez I left a few comments but otherwise the rest looks good!

@@ -9,27 +9,28 @@
"web": "expo start --web"
},
"dependencies": {
"@coinbase/coinbase-sdk": "^4.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you be able to downgrade to v0.2.0? That's the latest version I see on npm

@@ -4,6 +4,10 @@ import Image from "next/image";
import Link from "next/link";
import { ReactNode, useEffect } from "react";

import { useAccount } from 'wagmi'; // coinbase
Copy link
Contributor

Choose a reason for hiding this comment

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

could you remove a few of the miscellaneous coinbase comments?

? 'http://localhost:3000'
: 'https://onchain-app-template.vercel.app';
// Add your API KEY from the Coinbase Developer Portal
export const NEXT_PUBLIC_CDP_API_KEY = process.env.NEXT_PUBLIC_CDP_API_KEY;
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you be able to add a corresponding comment in the README that the developer would have to get credentials from Coinbase Developer Platform when filling out their .env file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants