omniscientjs / omniscient

A library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data for js

Home Page:http://omniscientjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omniscient does not load with React Native

samvit opened this issue · comments

Steps to reproduce the problem:

react-native init hello
cd hello

The app now opens and loads properly

npm install --save omniscientjs/omniscient#react-native

App does not load anymore

Non-issue now: react-native migration to babel fixes this

Thanks for the follow-up. DIdn't get a chance to look at this. Do you know what caused it?