-
Updated
Jul 9, 2022 - Objective-C
expo
Here are 6,405 public repositories matching this topic...
Issue Type (check one)
- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offse-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Jul 8, 2022 - TypeScript
Running npx pod-install should check for the presence of a Gemfile and run bundle exec pod install
-
Updated
May 6, 2022 - TypeScript
-
Updated
Jun 29, 2022 - TypeScript
Add Rename script
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy.
Pepperoni app kit has a script for renaming and it worked fine for their kit. It may be a great point to start: https://github.com/futurice/pepperoni-app-kit/blob/master/support/rename.sh
I think we need to write some bash script that will let us to run something like `yarn ren
Implement all functionality of reports module for mobile platforms
Describe the bug
MapboxGL.setTelemetryEnabled is undefined with the new Mapbox version
To Reproduce
Call MapboxGL.setTelemetryEnabled(false) from the latest version
Looking at https://www.mapbox.com/telemetry/#opt-out and mapbox/mapbox-maps-android#772 it seems that we cannot disable the telemetry on behalf of the user anymore.
Should `setTel
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jun 10, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jun 26, 2022 - TypeScript
-
Updated
Jul 1, 2022 - C++
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jun 15, 2022 - JavaScript
In version 6 when I call
export const StorybookUIRoot = getStorybookUI({
host: '192.168.1.167',
isUIHidden: true,
})both values are ignored.
As we've implemented the i18n resource on this project, we want the users to be able to choose the app language.
- Build the user preference screen
- Add mutation to persist the user preferences
- Add query to return the user preferences
Configure all the static testing tools mentioned and if exists please update them and test if they are working
-
Updated
Jun 17, 2022 - TypeScript
Improve this page
Add a description, image, and links to the expo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."
@mazenchami and I ran into a problem with strict TypeScript where using withRootStore on substores will result in the error:
I am not really a fan of hanging the
rootStorereference as a view off of every store anyway, so I'm proposing we replace thewithRootStoreextension with a very similar `getRootStore