question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fatal errors while testing galio

See original GitHub issue

Describe 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 screenshot_2019-01-14-22-48-08 screenshot_2019-01-14-23-01-40

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:closed
  • Created 5 years ago
  • Comments:19

github_iconTop GitHub Comments

2reactions
idrakimuhamadcommented, Feb 12, 2019

@palingheorghe can confirm its working alright on 0.4.3

1reaction
palingheorghecommented, Feb 12, 2019

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found