caglardurmus / react-native-insta-story

Story component for React Native
MIT License
178 stars 86 forks source link

Tried to register two view with the same name RNCSafeAreaView #2

Closed BayraaKaspersky closed 3 years ago

BayraaKaspersky commented 3 years ago

Simulator Screen Shot - iPhone 11 Pro - 2021-09-20 at 13 45 58

it shows in ReactNative version :0.65.0

caglardurmus commented 3 years ago
It means you have installed same extension multiple times.

Running "npm dedupe" command solved my problem.

https://stackoverflow.com/questions/64931250/invariant-violation-tried-to-register-two-views-with-the-same-name-rncsafeareap

developer-ghahremani commented 3 years ago

Simulator Screen Shot - iPhone 11 Pro - 2021-09-20 at 13 45 58

it shows in ReactNative version :0.65.0

could you solved your problem?