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

ART library cause application crash #16359

Closed
sintylapse opened this issue Oct 13, 2017 · 4 comments
Closed

ART library cause application crash #16359

sintylapse opened this issue Oct 13, 2017 · 4 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@sintylapse
Copy link

sintylapse commented Oct 13, 2017

Is this a bug report?

yes

Have you read the Contributing Guidelines?

yes

Environment

Environment:
  OS:  windows 10
  Node:  6.11.3
  npm:  3.10.10
  Android Studio: 2.3.3

Packages: (wanted => installed)
  react-native: 0.49.3 => 0.49.3
  react: 16.0.0-beta.5 => 16.0.0-beta.5

Target Platform: Android Emulator - Nexus_5x_API_26_x86

Steps to Reproduce

  1. Create new project
react-native init NotAwesomeUselessProject
cd NotAwesomeUselessProject
  1. Paste this code in App.js
import React from 'react'
import { ART, View } from 'react-native'

const { Surface, Group, Shape } = ART

export default class App extends React.Component {
    render(){
        return (
            <View>
                <Surface width={200} height={100}>
                    <Group x={0} y={0}>
                        <Shape
                            d={"M-68.9646319937036,-29.476762610114324A75,75,0,0,1,-49.345310456503256,-56.48044206582762L-20.635195356782273,-21.775874553905552A30,30,0,0,0,-27.086713440010442,-12.896121704557451Z"}
                            stroke={"#2ca02c"}
                            strokeWidth={3}
                        />
                    </Group>
                </Surface>
            </View>
        )
    }
}
  1. Run project
react-native run-android

Expected Behavior

I expect some graph to appear

Actual Behavior

Application is crashed without throwing any error

1

Reproducible Demo

https://snack.expo.io/r1u6yoJpW

@react-native-bot
Copy link
Collaborator

@facebook-github-bot no-template

@facebook-github-bot
Copy link
Contributor

Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more.

@facebook-github-bot facebook-github-bot added the Ran Commands One of our bots successfully processed a command. label Oct 13, 2017
@sintylapse
Copy link
Author

Could anyone check this for reopening, please?

@sintylapse
Copy link
Author

okay, I can create a new issue, it's not a problem for me

@facebook facebook locked as resolved and limited conversation to collaborators Oct 13, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants