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

React-native ART black screen & can't draw path #25902

Closed
wangfpp opened this issue Aug 1, 2019 · 3 comments
Closed

React-native ART black screen & can't draw path #25902

wangfpp opened this issue Aug 1, 2019 · 3 comments
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@wangfpp
Copy link

wangfpp commented Aug 1, 2019

React-native ART black screen & can't draw path

React Native Environment Info:

System:
  OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver)
  CPU: (8) x64 Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
  Memory: 1.24 GB / 15.55 GB
  Shell: 4.4.20 - /bin/bash
Binaries:
  Node: 8.10.0 - /usr/bin/node
  Yarn: 1.16.0 - /usr/local/bin/yarn
  npm: 3.5.2 - /usr/bin/npm
npmPackages:
  react: 16.8.3 => 16.8.3 
  react-native: 0.59.9 => 0.59.9 
npmGlobalPackages:
  react-native-cli: 2.0.1

mycode:

let path = new Path();
path.moveTo(0,0);
path.lineTo(100,0);
path.lineTo(100,100),
path.lineTo(0,100);
path.close();
<Surface 
	width={300}
	height={300} >
	 <Group>
		<Shape d={path} strokeJoin="round(100)" strokeCap="round(20)" stroke="#2bc59b" strokeWidth={4}/>
		</Group>
</Surface>

render result:
screen shot

@wangfpp wangfpp added the Bug label Aug 1, 2019
@react-native-bot react-native-bot added the Platform: Linux Building on Linux. label Aug 1, 2019
@wangfpp
Copy link
Author

wangfpp commented Aug 3, 2019

@react-native-bot can resolve this problem?

@stale
Copy link

stale bot commented Nov 1, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 1, 2019
@stale
Copy link

stale bot commented Nov 8, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Nov 8, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Nov 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants