npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@onigiri-w2/expo-template

v1.0.3

Published

onigiri-w2 がよく利用する expo の構成をテンプレート化したもの。 難しいことはしておらず、必要なパッケージを導入してるだけ。 ベースのテンプレートには、[expo-template-blank-typescript](https://github.com/expo/expo/tree/master/templates/expo-template-blank-typescript)を利用。

Downloads

43

Readme

@onigiri-w2/expo-template

onigiri-w2 がよく利用する expo の構成をテンプレート化したもの。 難しいことはしておらず、必要なパッケージを導入してるだけ。 ベースのテンプレートには、expo-template-blank-typescriptを利用。

説明

tsconfig.json

expo のドキュメントに従って、Typescript の厳格化とエイリアスの有効化を行っている。 cf: expo ドキュメント

metro.config.js & declarations.d.ts

react-native-svg-transfer用に追加。 cf: react-native-svg-transfer

.eslintrc.cjs|.prettierrc

eslintとprettier用。

開発用パッケージ

  1. eslint
  2. jest
  3. ts-node
  4. prettier
  5. patch-package

こやつらが主な開発用ツールだろうか。 それぞれの効果は調べればいい。必須な奴ら。patch-package は、ごくたまに使うことになる。

本番用パッケージ

  • 必須
    1. expo-dev-client
  • 状態管理系
    1. recoil
    2. recoil-nexus
    3. immer
    • グローバル状態管理に必須な3セット。
    • 最近はrecoilの更新止まってるらしいから、jotaiに移行する可能性あり。
  • ストレージ系
    1. realm
    2. @realm/react
    • モバイル用のストレージ管理パッケージ。性能が良いので使ってる。
  • スタイリング系
    1. dripsy
    • めっちゃ使いやすい最高あざす。
  • ドメイン系
    1. zod
    2. react-native-uuid
    3. react-native-get-random-values
    • zod最高。そのほかは、uuid生成用。
  • ナビゲーション系
    1. @react-navigation/native
    2. @react-navigation/native-stack
    3. react-native-safe-area-context
    4. react-native-screens
  • アニメーション系
    1. react-native-reanimated
    2. react-native-gesture-handler
  • svg系
    1. react-native-svg
    2. react-native-svg-transformer
  • Expo便利系
    1. expo-application
    2. expo-device
    3. expo-splash-screen
    4. expo-status-bar
    5. expo-store-review
  • そのほか便利系
    1. @react-native-async-storage/async-storage
    2. @gorhom/portal
    3. react-error-boundary