I would like to create an example app (native iOS/android) with meteor and famous but I´m a little bit confused about the syntax of famous in some meteor projects. It looks like there are some projects that integrate famous packages into meteor like mjn:famous but other projects use gadicohen:famous-views package.
I tried the famous university tutorials and everything was fine but in meteor I have to use the famous-views syntax like:
{{#famousContext id="mainCtx"}}
{{#Surface}}
I am a full size Surface
{{/Surface}}
{{/famousContext}}
the famous-meteor thing is not very well documentated and I can't find good tutorials how to combine them because there are so many packages. So whats the best or right way to integrate famous into meteor for native mobile apps?