Questions tagged [yoga-x1]

9 questions
8
votes
1 answer

What is bounded height in ScrollView?

What does it mean? (https://facebook.github.io/react-native/docs/scrollview) Keep in mind that ScrollViews must have a bounded height in order to work Who has to have so called bounded height? ScrollView itself? or its very parent? Or its…
Green
  • 28,742
  • 61
  • 158
  • 247
3
votes
1 answer

Getting "output eDP-1 not found" from xrandr after upgrading to Ubuntu 17.10 when I try to change brightness

I have a ThinkPad X1 Yoga (2nd gen) and when running Ubuntu 17.04 I could change the brightness like this: $ xrandr --output eDP-1 --brightness .7 Now, when I do that under 17.10 I get this: warning: output eDP-1 not found; ignoring xrandr: Need…
Jorvis
  • 3,159
  • 1
  • 17
  • 16
2
votes
2 answers

RCTConvert.h: 'yoga/Yoga.h' file not found

Same problem as in yoga/yoga.h file not found RCTConvert.h but the answer there doesn't help. I am using Xcode 11.3 on macOS Catalina (10.15.4), react-native 0.62.2, and getting this error when I try to build. Any idea what I should do? The import…
Yossi
  • 5,577
  • 7
  • 41
  • 76
1
vote
0 answers

prisma graphql token fails to verify when deployed in heroku

I have deployed a Graphql Yoga Server in Heroku using a Prisma service as Database and I have also deploy the frontend which is a nextjs app on Heroku as well. When I try to perform a upsert operation using the prisma db connection, it fails saying…
arvind
  • 778
  • 1
  • 9
  • 16
1
vote
1 answer

yoga/yoga.h file not found RCTConvert.h

I keep getting this error message whenever I do a pod install. I put 'use frameworks' and then this error pops up. When i remove the pod install my app is able to load. Can someone please assist me with what is wrong? Thank you in advanced!
Kieran
  • 78
  • 8
1
vote
1 answer

React Native upgrade from 0.50.4 to 0.55.3 giving no such file or directory Yoga.c error

I am upgrading my react native project from 0.50.4 to o.55.3(latest). After updating after npm install I am getting error as below. No such file or directory: '{PATH}/node_modules/reactnative/ReactCommon/yoga/yoga/Yoga.c' I checked the file…
Sagar
  • 484
  • 3
  • 10
  • 24
0
votes
1 answer

Is there a similar method to the `didEncounterError` from ApolloServer that I can use in GraphQL Yoga?

I'm migrating from ApolloServer to GraphQL Yoga server, and in the plugins of ApolloServer, they have the didEncounterError method which gives you access to the context, and I couldn't find something similar in the documentation of Yoga, does anyone…
0
votes
0 answers

How to switch to Tablet Modus on ThinkPad X1 Yoga Gen 7 (14" Intel) and RHEL 8.6

Red Hat Enterprise Linux 8.6 running fine on the ThinkPad X1 Yoga Gen 7 (14" Intel) but the "turn to tablet modus" does not work. Is there a way to identify a trigger? Or is there gyro or accelerometer sensor what can be used for? Tried to identify…
0
votes
1 answer

Error: "subscription" defined in resolvers, but not in schema

index.js const {GraphQLServer, GrphQLServer, PubSub } = require('graphql-yoga'); const db = require('./db'); const Query = require('./resolvers/Query'); const Mutation = require('./resolvers/Mutation'); const subscription =…