Fatal errors while testing galio
See original GitHub issueDescribe the bug Hi. I’m having a problem while trying to use Galio. With a fresh expo app I get the following error: undefined is not an object (evaluating ‘Constants.manifest’) if I’m connected via tunnel or local.
If I’m connected via LAN i get the following error: Uncaught Error: 23.0.0 is not a valid SDK version.
To Reproduce 1- expo init 2- yarn add galio-framework 2-
// App.js
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { Button } from 'galio-framework';
export default class App extends React.Component {
render() {
return (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>
<Button>Press here!</Button>
</View>
);
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});
Screenshots
Smartphone (please complete the following information):
- Device: TPLINK TP701A
- Type of device: physical
- OS: Android 5.1
- React-Native version: 32
- Expo version: 32
Computer (please complete the following information):
- OS: Ubuntu Linux 18.10
- Node version: 10.12.0
- Expo CLI version: 2.6.14
Issue Analytics
- State:
- Created 5 years ago
- Comments:19
Top Results From Across the Web
Fatal Errors - ZIO
Fatal Errors. In ZIO on the JVM platform, the VirtualMachineError and all its subtypes are the only errors considered fatal by the ZIO...
Read more >5. Understanding Fatal Errors - Gelato Network
What is a fatal error? At Gelato, the most serious type of production error is when a customer receives another customer's order. It...
Read more >Quick Tips: Testing Fatal Error - Eduardo Sanches Bocato
This little hack enables you to test functions like assertFailure, assert and fatalError, or actually almost any function that return Never and a...
Read more >12.23 Autolykus's Challenger Sett Guide - Mobafire
More Preseason Testing ... Galio. Ideal. SETT GALIO WOMBO COMBO ... Another major problem with attack speed items is that critical strike is ......
Read more >lol wild rift reddit
While Galio's support presence was recently nerfed, we're seeing him get ... in Shanghai, and announced that the company will open the beta...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@palingheorghe can confirm its working alright on 0.4.3
Hi again @fbraz, @flamebeard, @rteobaldo, @idrakimuhamad!
You should try reinstalling Galio. It is now working as expected ❤️. Thanks @hetmann for the tip and thank you all for your patience!
Happy coding!