staltz / react-native-node

Run a separate Node.js process behind a React Native app
MIT License
1.12k stars 33 forks source link

es7 support #12

Open HZSamir opened 6 years ago

HZSamir commented 6 years ago

Hello, Is there some way to add es7 support to the background folder? Porting code from other projects that rely of async/await is proving challenging

staltz commented 6 years ago

That would require using a newer Node.js compiled for ARM. It's possible, but requires changes in this library.