Skip to content
#

renderer

Here are 442 public repositories matching this topic...

pixi.js
Yuri-Tiofilo
Yuri-Tiofilo commented Mar 17, 2020

código da aplicação

import React, { useState, Component } from 'react';
// import { Document, Page } from 'react-pdf/dist/entry.webpack';
import {
  Document,
  Page,
  Text,
  View,
  PDFDownloadLink,
  Button,
} from '@react-pdf/renderer';
// import { Container } from './styles';
// import jsPDF from 'jspdf';
// import { renderToString } from 'react-dom/server';
import pdf
raphamorim
raphamorim commented Oct 25, 2019

Create a boilerplate project to start with React Ape. It should be quite simple, just one component and "live reload" working. I'm open to ideas to start the project, but I really don't to add a CLI for it. It can be a script on gh (ex: sh https://github.com/raphamorim/react-ape/raw/scripts/start.sh) that can clone and install the dependencies.

westnordost
westnordost commented May 1, 2020

The documentation for tangram-es 0.12.0 for all methods of MapChangeListener mentions that it is called on the UI thread. However, this is not always true.

✔️ It is incidentally called on the UI thread when the listener is called due to user interactions with the map, because the TouchInput responders are called on the UI thread by the Android system. It is not documented by Android to be c

Improve this page

Add a description, image, and links to the renderer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the renderer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.