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

Added node version in demo profile #876

Closed
wants to merge 12 commits into from
1 change: 1 addition & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"distribution": "internal"
},
"demo": {
"node": "18.17.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

probably want this on all build profiles. keeps everything consistent

"env": {
"EXPO_NODE_ENV": "demo"
},
Expand Down
1 change: 0 additions & 1 deletion src/containers/CreatePassphraseContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { ApplicationError, ApplicationErrors } from '../utils/errors';
export default function CreatePassphraseContainer({ navigation }: { navigation: Props['navigation'] }) {
const { passphraseList, generatePassphraseList, getPassphrase } = usePassphraseStore();
const { user } = useUserStore();

const hasEffectRun = useRef(false);

useEffect(() => {
Expand Down
Loading