Giter VIP home page Giter VIP logo

expo-test-app's People

Contributors

adriaandotcom avatar

Watchers

 avatar

expo-test-app's Issues

Constants.getWebViewUserAgentAsync() ?

What do you obtain from Constants.getWebViewUserAgentAsync() that you cannot fetch from Constants.platform ?

Constants.getWebViewUserAgentAsync()
Gets the user agent string which would be included in requests sent by a web view running on this device. This is probably not the same user agent you might be providing in your JS fetch requests.

Respect user-set app scheme

When using Expo users can set a custom URL scheme to handle deep links etc. It may be nice to respect their choice in url property of the request sent to backend

url: `app://${namespace}/${screenName.replace(/[^a-zA-Z-/_]/gi, '-')}`,

Document on how one would create deep links to app can be found here, and API docs of the Linking module here.

Basically you could probably use something like Linking.makeUrl(namespace, { screenName }).

How do i connect my App to Simple Analytics account ?

Currently using Amplitude, i have to initialize first my Amplitude instance thanks to an apiKey, one used for dev and another for production. Then every logEventWithProperties is using this setup once initialized.

Is Simple Analytics using the same principle ?
If yes, where do you initialize your apiKey?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.