Expo SDK general help

  1. SDK Version: current
  2. Platforms(Android/iOS/web/all): all

We are attempting to figure out how to use Expo SDK for our project, which is a Storybook library of react and react-native components that have to work on all platforms, so we need the in-webpage ability to see working snacks/components in mobile simulators.

Is the Expo SDK the package we are looking for, and also, can anyone suggest a better source of documentation for the Expo SDK, which is more in-depth (hopefully), and with better examples?

Thanks!

(I’m a junior developer with limited experience.)

Hey @viablfree4m,

Here are our docs API Reference - Expo Documentation that provide examples and document the different modules and their props, methods, error codes, etc. Using the docs in conjunction with the package’s source code (expo/packages at master · expo/expo · GitHub) will be the best way to understand the SDK.

Cheers,
Adam

Thanks for the docs link!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.