demchenkoalex / react-native-module-template

A starter for the React Native library written in TypeScript, with linked example project and optional native code in Swift and Kotlin.
MIT License
215 stars 36 forks source link

Suggestion for Seeing Changes immediately #32

Open bcgilliom opened 2 years ago

bcgilliom commented 2 years ago

Hello!

regarding: https://github.com/demchenkoalex/react-native-module-template#how-to-see-my-changes-immediately-in-the-example

It seems like it works to have:

  "main": "lib/index.js",
  "react-native": "src/index.tsx",

(shamelessly stolen from react-navigation 😆)

AhmedHalbas commented 2 years ago

Hi @bcgilliom

You can check Yalc