DEV Community

Discussion on: Expo SDK 38 is now available

Collapse
 
jineshshah36 profile image
Jinesh Shah

Why do you say node 13 is not suppprted? I looked in the repo and the engines field is set to > 6.x

Collapse
 
sleeplessbyte profile image
Derk-Jan Karrenbeld

Check out these lines in the expo-cli repo:

GitHub logo expo / expo-cli

Tools for creating, running, and deploying Universal Expo and React Native apps

Expo CLI

Tools for creating, running, and deploying Universal Expo and React Native apps

License: MIT Downloads
Circle CI

πŸ“š Read the Documentation | Contributing to Expo CLI

Twitter: expo Medium: exposition


πŸ“š Documentation

Learn about building and deploying universal apps in our official docs!

πŸ—Ί Project Layout

πŸ… Badges

Let everyone know your app is universal with Expo!

runs with expo

runs with expo

[![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/)

[![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/)

πŸ‘ Contributing

If you like the Expo CLI and want to help make it better then check out our contributing guide! Also check out the Expo repo to work on the Expo docs, modules, and components in the…

Thread Thread
 
jineshshah36 profile image
Jinesh Shah

Gotcha thanks, and good to know

Collapse
 
codingpen profile image
@coding_pen

As for now it is not, the most stable node is v12.18.1

Thread Thread
 
sleeplessbyte profile image
Derk-Jan Karrenbeld

No, it won't be supported, because uneven node versions never become LTS. The "less stable" (current) version of 14.x works fine with expo :)